1.

In multiple inheritance, if class C inherits two classes A and B as follows, which class constructor will be called first?

A. A()
B. B()
C. C()
D. Can’t be determinedView Answer
Answer» B. B()


Discussion

No Comment Found