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 is dynamic and static typing?
What is the use of "new" operator?
How do you import payscale data from non SAP to SAP?is it through LSMW or any other way is there?
Why do you use the namespace feature?
Describe public access specifiers?
What is constructor and destructor in c++?
What does obj stand for?
You want to link a c++ program to c functions. How would you do it?
Define vptr.
What is a list c++?
What is the importance of mutable keyword?
What is a binary file? List the merits and demerits of the binary file usagein C++.
Can we use struct in c++?
What is the limitation of cin while taking input for character array?
How do you declare A pointer to function which receives an int pointer and returns a float pointer