Computer Science - Object Oriented Programming Using C++ - Discussion
|
|
|
|
Read more:"To err is human; to forgive, divine."
- Alexander Pope
|
| 1. |
If no constructors can specified for a derived class, objects of the derived class will use the constructors in the base class |
Answer: Option C
Explanation:
No answer description available for this question.
|
|
Neeraj Kumar said:
(Sun, Nov 20, 2011 05:04:24 PM)
|
|
| |
| Beacuse by default firstly base class constructor will be called than that of derived class constructor. |
|
|