R
Q. Which of the following is true about pure virtual functions? 1) Their implementation is not provided in a class where they are declared. 2) If a class has a pure virtual function, then the class becomes abstract class and an instance of this class cannot be created.
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. What happens to a function defined in a class without any complex operation (like loop, etc.)?
Q. Choose the correct option. (i) extern int k; (ii) int k;
Q. For automatic objects, constructors and destructors are called each time the objects
Q. The constants are also called as
Q. Constants are also called ______
Q. A one-dimensional array contains one-dimensional arrays is called
Q. Assigning one or more function body to the same name is called ____________ .
Q. ____ refers to the process of changing the data type of the value stored in a variable.
Discusssion
Login to discuss.