ASP Programming Question:
Download Job Interview Questions and Answers PDF
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.
Download ASP Programming Interview Questions And Answers
PDF
Previous Question | Next Question |
Whats the top .NET class that everything is derived from? | Whats an abstract class? |