ASP Programming Question:
Hows 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 |
Whats the top .NET class that everything is derived from? | Whats an abstract class? |