Explain virtual inheritance?
Answer / Roop Kishor
Virtual inheritance is a feature in C++ that allows multiple classes to inherit from the same base class without creating multiple copies of the base class data members. This eliminates potential issues related to memory usage and ambiguity caused by multiple inheritances.
| Is This Answer Correct ? | 0 Yes | 0 No |
why destructor is not over loaded?
Write on signed and unsigned integers and give three (3) examples each
Should you protect the global data in threads? Why or why not?
What is constructor overloading in oop?
What do you mean by inheritance?
What does the keyword "static" mean?
Program to print 0 to 9 in cross order
Can we have a private virtual method ?
Whatis the difference between oop and object based language
how to find the correct email address format by using the programe?
why overriding?
IN PROGRAMING LANGAUGE A C++ IS PURELY OBJECT ORIENTED OR NOT?