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
write knight tour problem which is present in datastructure
Why do while loop is used?
What is the significance of classes in oop?
Can you explain polymorphism?
what type of question are asked in thoughtworks pair programming round ?
What is oops and its features?
What is polymorphism in oops with example?
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
What is the full form of oops?
How to improve object oriented design skills?
Why multiple inheritance is not allowed?
What is an advantage of polymorphism?
What causes polymorphism?
is there any choice in opting subjects like 4 out of 7
Can you inherit a private class?