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 is the real life example of polymorphism?
what is a virtual class?
5 Answers Cap Gemini, IBM, Infosys, Trinity Technologies,
Write an operator overloading program to Overload ‘>’ operator so as to find greater among two instances of the class.
WAP to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
i had specified the access specifier for abstarct class member like (pure virtual function) as private.But it can be accessed by the derived class.How the private member of one class is accessed by other class.if any body face this problem and found the solution plz reply to me.
What is a template?
What are the main differences between procedure oriented languages and object oriented languages?
9 Answers IBM, Infosys, Wipro,
What is cohesion in oop?
is there any choice in opting subjects like 4 out of 7
Which is the only operator in C++ which can be overloaded but NOT inherited?
Is following functions are said to be overloaded? int add(int a,int b) char *add(int a,int b)