ASP Programming Question:
Download Questions PDF

Hows method overriding different from overloading?

ASP Programming Interview Question
ASP Programming Interview Question

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 Interview Questions And Answers PDF

Previous QuestionNext Question
Whats the top .NET class that everything is derived from?Whats an abstract class?