Explain how the virtual base class is different from the conventional base classes of the opps.
1164Post New C++ General Questions
What is data types c++?
Can we use clrscr in c++?
What's the hardest coding language?
How are pointers type-cast?
When is the copy constructor called?
How do we implement inheritance in c++?
How should runtime errors be handled in c++?
Explain the pure virtual functions?
what is C++ exceptional handling?
What is const pointer and const reference?
In a function declaration, what does extern mean?
Are c and c++ similar?
What are register variables?
What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)
Explain abstraction.