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
Does improper inheritance have a potential to wreck a project?
When are exception objects created?
Explain operator overloading.
Explain about Virtual Function in C++?
What does int * mean in c++?
Which software is best for c++ programming?
Explain linear search.
What is math h in c++?
Can we use this pointer inside static member function?
Explain rethrowing exceptions with an example?
What is a driver program?
Explain terminate() function?
What is object oriented programming (oop)?
Can I learn c++ without c?
What does the ios::ate argument do?