Multiple Choice
Suppose class Child is derived from class Parent that was in turn derived from class GrandParent.When we declare an object of class Child,three constructors are called: i) Child,ii) Parent,iii ) GrandParent..What is the order?
A) Child,Parent,GrandParent
B) Parent,GrandParent,Child
C) GrandParent,Child,Parent
D) GrandParent,Parent,Child
Correct Answer:

Verified
Correct Answer:
Verified
Q9: Constructors are inherited.After all something has to
Q10: When a derived class inherits from a
Q11: Suppose class Child is derived from class
Q12: If a base class constructor is not
Q13: If a class B is a pubic
Q15: If B is a base class of
Q16: If B is a base class of
Q17: In the code for HourlyEmployee that is
Q18: When class D is derived from class
Q19: Neither the assignment operator overloading nor the