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
I had been asked this question in an international level competition.
I'd like to ask this question from Multiple Inheritance in chapter Inheritance & its Types of Object Oriented Programming