How?s method overriding different from overloading?
Answer Posted / guest
When overriding, you change the method behavior for a
derived class. Overloading simply involves having a method
with the same name within the class.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What issues can be faced while delivering code?
What is out in c#?
what is IComparable
What are the advantages of using partial classes?
Define the term immutable ?
How big is int16?
What is firstordefault c#?
When a switch is said to be congested?
Describe two uses of the “using” statement during the operation of c#?
What is args c#?
What is class in oops with example in c#?
Is a c# interface the same as a c++ abstract class?
Can a class have multiple constructors c#?
why delegate is type safe?
How to handle exceptions that are raised in a component?