Vidyalelo
Computer Science · Q58

Object Oriented Programming Using C++

Engineering and GATE · Computer Science · question 58

Q58

When you create a derived class and instantiate an object _____

A.
the parent class object must be constructed first
Answer
B.
the child class object must be constructed first
C.
the parent class object must not be constructed
D.
the child class object must not be constructed

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board