IT Placement Papers Microsoft Technologies C#
This category contains C# Interview Questions and Answers |
How is 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.
Only registered users can write comments. Please login or register.
|