STL (140)
OOPS (873)
C++ General (2409)
How static variables and local variablesare similar and dissimilar?
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?
What is a friend function in c++?
Explain the concept of copy constructor?
What causes polymorphism?
What are the effects after calling the delete this operator ?
What polymorphism means?
How long to learn object oriented programming?
What is lvalue?
What is a c++ class?
Who discovered c++?
Write a program to sort the number with different sorts in one program ??
What is destructor example?
Can we use struct in c++?
Do you know the use of vtable?