Explain how the virtual base class is different from the conventional base classes of the opps.
1114Post New C++ General Questions
Which is the best c++ compiler for beginners?
What ANSI C++ function clears the screen a) clrscr() b) clear() c) Its not defined by the ANSI C++ standard
What's the order in which the objects in an array are destructed?
Why do we need runtime polymorphism in c++?
What will happen if a pointer is deleted twice?
How are pointers type-cast?
When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?
Is there a c++ certification?
Explain the operation of overloading of an assignment operator.
What are the two types of polymorphism?
What is std :: flush?
What are references in c++?
Define whitespace in C++.
What is #include c++?
What is the difference between global variables and local variable