Answer Posted / rakesh kumar
whenever there are two derived class derived from same base
class,when these two derived classes derive third derived
class which contain the properties of the 1st base class
twice.virtual class is use to avoid this.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What are 2 ways of exporting a function from a dll?
Explain the advantages of using friend classes.
What do you mean by delegate? Can a user retain delegates?
What is abstract keyword in c++?
What are the advantages of early binding?
Differentiate between the message and method in c++?
What is meant by const_cast?
Differences between private, protected and public and give examples.
Is java easier than c++?
Can you overload the operator+ for short integers?
Do class method definitions?
Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?
Does c++ have a hash table?
Is recursion allowed in inline functions?
What is operator overloading in c++ example?