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 |
how do u initialize the constant variables
Write a program to accept a number and to print numbers in pyramid format? for eg:for a no. 5 1 212 32123 4321234 543212345
What is DeadlyDiamondDeathProblem ?
Program to check whether a word starts with a capital letter or not.
What is the real time example of inheritance?
What are the valid types of data that the main () can return in C/C++ language
Tell me the scenario,Where we can use interfaces or Abstract class.And What is the difference between interfaces and abstract class?
What is multiple inheritance ?
17 Answers Blue Star, C DAC, CDAC, Impetus, Ness Technologies, Softvision Solution,
In c++ there is only virtual destructors, no constructors. Why?
When will a constructor executed?
In what situation factory design patterns,DAO design patterns,singleton design patterns should be applied.?
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.