STL (140)
OOPS (873)
C++ General (2409) There is a base class sub, with a member function fnsub(). There are two classes super1 and super2 which are sub classes of the base class sub.if and pointer object is created of the class sub which points to any of the two classes super1 and super2, if fnsub() is called which one will be inoked?
Is c better than c++?
What is a null object in c++?
What do you by Function Overloading in C++?
When would you choose to return an error code rather than throw an exception?
When did c++ add stl?
How are the features of c++ different from c?
What is c++ used for in games?
What are static type checking?
Describe the My Computer and My Documents folders; identify the elements that are present in every Window.
How is c++ different from java?
Explain overriding.
What are objects in oop?
What are c++ templates used for?
How can you quickly find the number of elements stored in a dynamic array? Why is it difficult to store linked list in an array?