STL (140)
OOPS (873)
C++ General (2409) daily Routine of father
Write about the members that a derived class can add?
What is private inheritance?
Why is destructor used?
What is the extension of c++?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
Write about an iterator class?
State the difference between delete and delete[].
What is virtual methods?
What is a multiset c++?
When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?
Can we define a class within the interface?
How long it will take to learn c++?
What is the difference between member functions and static member functions?
When does a 'this' pointer get created?