Which of the following is not an example of approaches for maintaining anonymity?
If either the inductance or the rate of change of current is doubled, the induced e.m.f?
Which of the following concepts means adding new components to a program as it runs
Which one of the following is the correct way to declare a pure virtual function
A water tank on the top of a tall building feeds water in the taps on different floors. The water will gush out at highest speed from a tap on floor
Define the skeleton of an algorithm in an operation, deferring some steps to subclasses. It lets subclasses redefine certain steps of an algorithm without changing the algorithm structure
Which technique is used by operating systems to execute several programs concurrently by switching back and forth
The advantage of declaring a virtual function as pure is
?
Which of the following cannot be friend? A. Function B. Class C. Object D. Operator function
Which of the following term is used for a function defined inside a class? A. Member Variable B. Member function C. Class function D. Classic function
Which of the following concepts means determining at runtime what method to invoke? A. Data hiding B. Dynamic Typing C. Dynamic binding D. Dynamic loading
Which of the following is not the member of class? A. Static function B. Friend function C. Const function D. Virtual function
Which of the following statements is correct? A. Base class pointer cannot point to derived class. B. Derived class pointer cannot point to base class. C. Pointer to derived class cannot be created. D. Pointer to base class cannot be created
Which of the following is not a type of constructor? A. Copy constructor B. Friend constructor C. Default constructor D. Parameterized constructor