What is DeadlyDiamondDeathProblem ?
Answer / 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 |
Which language is not a true object oriented programming language?
What does enum stand for?
What is a friend function & its advantage?
should we use linear search or binary search if elements are placed in random order or mixed?in both cases? i need a little bit detail ans?thnks
What are the 3 principles of oop?
what is a binary overloading
How do you achieve runtime polymorphism?
how to swap to variables without using thrid variable in java?
What is Hashing and how is it done? Pictorial form?
What is deep and shalow copy?
Can we create object of abstract class?
what is costructor?