What is static function? Explain with an example
How should a contructor handle a failure?
What is virtual function? Explain with an example
Explain the difference between struct and class in terms of access modifier.
Define private, protected and public access control.
Explain rethrowing exceptions with an example?
List down the guideline that should be followed while using friend function.
What are static member functions?
What is pointer to member?
Explain the use of this pointer?
What is private inheritance?
What are the types of container classes?
Difference between a homogeneous and a heterogeneous container
Difference between overloaded functions and overridden functions
What are the uses of static class data?