Computer Science - Object Oriented Programming Using C++ - Discussion

Discussion Forum : Object Oriented Programming Using C++ - Section 5 (Q.No. 1)
1.
If no constructors can specified for a derived class, objects of the derived class will use the constructors in the base class
True
False
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
1 comments Page 1 of 1.

Neeraj Kumar said:   1 decade ago
Beacuse by default firstly base class constructor will be called than that of derived class constructor.

Post your comments here:

Your comments will be displayed after verification.