Multiple Choice
When class B is inherited from class A, what is the order in which the constructers of those classes are called
A) class a first class b next
B) class b first class a next
C) class b's only as it is the child class
D) class a's only as it is the parent class
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q6: For the object for which it was
Q7: What is the difference between struct and
Q8: Every class has at least one constructor
Q9: Which one of the following is not
Q10: Under what conditions a destructor destroys an
Q12: A function argument is<br>A)a variable in the
Q13: A function's single most important role is
Q14: What is a constructor?<br>A)a class automatically called
Q15: In a class definition, data or functions
Q16: Which type of class has only one