1.

If class A inherits class B and class C as class A: public class B, public class C {// class body ;}; , which class constructor will be called first?

A. Class A
B. Class B
C. Class C
D. All together
Answer» C. Class C


Discussion

No Comment Found