Post New Answer View All Answers
What is an adaptor class or wrapper class in c++?
What are single and multiple inheritances in c++?
Explain terminate() and unexpected() function?
What is general format for a prototype?
Explain how the virtual base class is different from the conventional base classes of the opps.
How can an improvement in the quality of software be done by try/catch/throw?
Can I have a reference as a data member of a class? If yes, then how do I initialise it?
What do manipulators do?
Can we define function inside main in c++?
Describe private, protected and public – the differences and give examples.
What is fflush c++?
How to declare an array of pointers to integer?
Why do we use classes in programming?
What is the sequence of destruction of local objects?
When are exception objects created?