In multilevel inheritance constructors will be executed
from the .... class to ... class
Answer Posted / chaitanya
In constructor of base1-----for object b1
In constructor of base1-----for object b2
In constructor of base2------for object b2
In constructor of base1-----for object d1
In constructor of base2-----for object d1
In constructor of derived----for object d1
In destructor of derived
In destructor of base2
In destructor of base1
| Is This Answer Correct ? | 12 Yes | 6 No |
Post New Answer View All Answers
Can main method override?
Prepare me a program for the animation of train
What is abstract class in oop?
What is object-oriented programming? Webopedia definition
What is the types of inheritance?
What language is oop?
How do you define social class?
What is cohesion in oop?
Can you inherit a private class?
Give two or more real cenario of virtual function and vertual object
What is abstraction and encapsulation?
How is class defined?
What is oops and why we use oops?
What is interface in oop?
write a program that takes input in digits and display the result in words from 1 to 1000