C# (Sharp) Programming Language Question:
How is method overriding different from overloading?
Answer:
When overriding, you change the method behavior for a derived class. Overloading simply involves having a method with the same name within the class.
Previous Question | Next Question |
What is a satellite assembly? | When do you absolutely have to declare a class as abstract (as opposed to free-willed educated choice or decision based on UML diagram)? |