STL (140)
OOPS (873)
C++ General (2409)
Explain the benefits of proper inheritance.
What is the object serialization?
What is the difference between member functions and static member functions?
How the programmer of a class should decide whether to declare member function or a friend function?
What is the difference between a constructor and a destructor?
Explain about Searching and sorting algorithms with complexities
How do you show the declaration of a virtual constructor?
What is ambiguity in inheritance?
Is there any difference between int [] a and int a [] in c++?
How much maximum can you allocate in a single call to malloc()?
How long to learn object oriented programming?
How new/delete differs from malloc()/free?
What are associate containers?
Is there a sort function in c++?
What do you mean by variable?