STL (140)
OOPS (873)
C++ General (2409)
How does polymorphism work?
What is the highest level of cohesion?
What does <> mean pseudocode?
How will you execute a stack using a priority queue? (Push and pop should be in O (1)).
What are the different types of polymorphism in c++?
What are the advantages of using typedef in a program?
what is a reference variable in C++?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
Why is polymorphism needed?
What is the point of polymorphism?
What are the costs and benefits of using exceptions?
Discussion on error handling of C++ .
What is the advantage of an external iterator.
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What are the types of container classes?