Page 1 of 1

What is the order of Constructors call when the object of derived class B is declared, provided class B is derived from

Posted: Wed Jul 13, 2022 7:52 pm
by answerhappygod
a) Constructor of A followed by B
b) Constructor of B followed by A
c) Constructor of A only
d) Constructor of B only