Can you please explain the difference between using macro and inline functions?
What is an adaptor class or wrapper class in c++?
Name the operators that cannot be overloaded in C++?
What are the various storage classes in C++?
What is the extension of c++?
What are the two types of polymorphism?
What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?
How do you establish a has-a relationship?
Do vectors start at 0?
What happens if an exception is throws from an object's constructor and from object's destructor?
Describe private, protected and public – the differences and give examples.
What is null and void pointer?
What is function overriding in c++?