R
Q. In case of inheritance where both base and derived class are having constructor and destructor, then which if the following are true ? 1. Constructors are executed in their order of derivation 2. Constructors are executed in reverse order of derivation 3. Destructors are executed in their order of derivation 4. Destructors are executed in reverse order of derivation
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. Which of the following operators cannot be overloaded?
Q. What is the output of the following code snippet? int x = 10; int y = 20; cout << (x < y);
Q. Which feature in OOP allows reusing code?
Q. Which one is the valid real constant?
Q. What is Self Referencial Structure?
Q. In object oriented Programming the program is divided into ‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐.
Q. Which of the following type of data member can be shared by all instances of its class?
Q. What is the output of the following C++ code? int x = 10; cout << ++x;
Q. Which of the following operators cannot be overloaded in C++?
Discusssion
Login to discuss.