Sunday, May 18, 2014

 1) Protected members are accessible to the member of a derived class.
 2) A derived class can not inherits constructors and destructors
 3) A friend function can be called like a normal function.
 4)  Nested class can not a derived class.
Function overloading is done at Compile time