Sunday, July 12, 2009

In c++, how to overload assignment operator in the derived class?

BOOKS ???





write a overload method for the assignment operator in the derived class.... if the same operator is overloaded in the base class then you must use virtual keyword in the base overloading method.


No comments:

Post a Comment