1.

When class B is inherited from class A, what is the order in which the constructers of those classes are called

A. a. Class A first Class B next
B. b. Class B first Class A next
C. c. Class B's only as it is the child class
D. d. Class A's only as it is the parent class
Answer» B. b. Class B first Class A next


Discussion

No Comment Found