STL (140)
OOPS (873)
C++ General (2409)
Is sorted c++?
Is string part of stl?
What is the standard template library (stl)?
How does polymorphism work?
What are the uses of typedef in a program?
What is the size of integer variable?
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?
Why can’t you call invariants() as the first line of your constructor?
What are the important differences between c++ and java?
What is c++ array?
What are the differences between the function prototype and the function defi-nition?
Explain how overloading takes place in c++?
How would you differentiate between a pre and post increment operators while overloading?
Define an Abstract class in C++?
How to improve object oriented design skills?