STL (140)
OOPS (873)
C++ General (2409)
What is static in c++?
What is anonymous object in c++?
What is multilevel inheritance in oop?
When do we run a shell in the unix system?
What are the benefits of oop?
Explain all the C++ concepts using examples.
Explain about Garbage Collector?
Explain virtual destructor?
Explain the register storage classes in c++.
When one must use recursion function? Mention what happens when recursion functions are declared inline?
What are static member functions?
If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?
Explain the volatile and mutable keywords.
What are the uses of static class data?
Where are setjmp and longjmp used in c++?