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
Plese get me a perfect C++ program for railway/airway reservation with all details.
State what is encapsulation and friend function?
What is static modifier?
What is methods in oop?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
What is the use of oops?
Prepare me a program for the animation of train
What are two types of polymorphism?
What are the 5 oop principles?
What does it mean when someone says I oop?
What is advantage of inheritance?
Why is polymorphism important in oop?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What is a class oop?
Can enum be null?