When class B is inherited from class A, what is the order in which the constructors of those classes are called
Options
- Class A first Class B next
- Class B first Class A next
- Class B's only as it is the child class
- Class A's only as it is the parent class
CORRECT ANSWER : Class A first Class B next
Write your comments