C# (Sharp) Programming Language Question:

How is 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 C# (Sharp) Programming Language PDF Read All 163 C# (Sharp) Programming Language Questions
Previous QuestionNext Question
What is a satellite assembly?When do you absolutely have to declare a class as abstract (as opposed to free-willed educated choice or decision based on UML diagram)?