MCQOPTIONS
Saved Bookmarks
| 1. |
If class C inherits class B. And B has inherited class A. Then while creating the object of class C, what will be the sequence of constructors getting called? |
| A. | Constructor of C then B, finally of A |
| B. | Constructor of A then C, finally of B |
| C. | Constructor of C then A, finally B |
| D. | Constructor of A then B, finally C |
| Answer» E. | |