How's method overriding different from overloading?
When overriding, you change the method behavior for a derived class. Overloading simply involves having a method with the same name within the class.
-
Interview Candidate
- May 15th, 2005
- 1
- 2907
Showing Answers 1 - 1 of 1 Answers
How's method overriding different from overloading?