STL (140)
OOPS (873)
C++ General (2409)
What is the difference between a mixin and inheritance?
Which is better c++ or java?
What are containers in c++?
What is the best it certification?
Is std :: string immutable?
What is size of string in c++?
Explain how to initialize a const data member.
Write about a nested class and mention its use?
What is multilevel inheritance in oop?
Can user-defined object be declared as static data member of another class?
What is the use of stl?
Mention the default functions in C++, how would you detect that error has occurred inside the constructor and destructor.
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
Is main a class in c++?
How do you explain polymorphism?