STL (140)
OOPS (873)
C++ General (2409) What is function overloading in C++?
Is string data type in c++?
Define a constructor?
Describe the advantages of operator overloading?
What is the object serialization?
What is a friend function in c++?
If class D is derived from a base class B
What kind of problems does name mangling cause?
Do you know the problem with overriding functions?
Is c the same as c++?
Who created c++?
Discuss the role of C++ shorthands.
There is a base class sub, with a member function fnsub(). There are two classes super1 and super2 which are sub classes of the base class sub.if and pointer object is created of the class sub which points to any of the two classes super1 and super2, if fnsub() is called which one will be inoked?
What is the use of 'using' declaration in c++?
What is endl?