|
| Total Answers and Comments: 3 |
Last Update: March 14, 2006 Asked by: suji |
|
| | |
|
Submitted by: Richa Overloading a method (or function) in C++ is the ability for functions of the same name to be defined as long as these methods have different signatures (different set of parameters). Method overriding is the ability of the inherited class rewriting the virtual method of the base class.
Above answer was rated as good by the following members: YaelG, sabesan | Go To Top
|