| Author: shital umare 13 Oct 2009 | Member Level: Silver Points : 2 |
When overriding a method, you change the behavior of the method for the derived class. means changing the behavior of a certain method in the child class from the way it is behaving in the parent class
Overloading a method simply involves having another method with the same name within the class. means creating multiple methods with the same name, but different signatures, in the same scope.
regards Shital Umare
|