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.

Read All 194 ASP Programming Questions
Previous QuestionNext Question
Whats the top .NET class that everything is derived from?Whats an abstract class?