STL (140)
OOPS (873)
C++ General (2409)
What is function prototyping? What are its advantages?
When does the c++ compiler create temporary variables?
What are iterators in c++?
What is the sequence of destruction of local objects?
Explain the difference between class and struct in c++?
What do you mean by a template?
What are the 3 principles of oop?
What is exception handling? Does c++ support exception handling?
What does ctime() do?
What is encapsulation in c++?
Write about the local class and mention its use?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
What is abstraction and encapsulation?
In what situations do you have to use initialization list rather than assignment in constructors?
What is meant by entry controlled loop?