R
Q. Which of the followings are true about constructors? 1. A class can have more than one constructor. 2. They can be inherited. 3. Their address can be referred. 4. Constructors cannot be declared in protected section of the class. 5. Constructors cannot return values.
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. A variable defined within a block is visible
Q. Objects in a sequence that have the same type, is called
Q. Which among the following is a mandatory condition for downcasting?
Q. Which of the following is not a valid C++ data type?
Q. Which of the following is not a standard exception built in C++.
Q. In C++ how many sequence containers are provided?
Q. Which of the following is accessed by a member function of a class?
Q. Which of the following is used to terminate a loop in C++?
Discusssion
Login to discuss.