Answer Posted / sasmita
In hybrid inheritance the final derived class object will
consists of multiple copies of base class portion.So while
accessing these variables ,we will get an ambiguity ,this
ambiguity is called death of diamond.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is multilevel inheritance?
Why do we need polymorphism in c#?
What is abstraction in oop?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
Which method cannot be overridden?
What is difference between polymorphism and inheritance?
What is the difference between static polymorphism and dynamic polymorphism?
write string class as your own class in java without using any built-in function
Which language is pure oop?
What are oops methods?
Where You Can Use Interface in your Project
What does oop mean in snapchat?
Write a program to reverse a string using recursive function?
What is overriding in oops?
can we make game by using c