ASP Programming Question: Download ASP Programming PDF

Hows method overriding different from overloading?

Tweet Share WhatsApp

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.

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