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 ? | 1 Yes | 1 No |
Post New Answer View All Answers
Is overriding of a function possible in the same class?
What are native methods?
Why objects are stored in heap in c#?
What is inheritance in csharp?
What do you mean by casting a data type?
Why use a singleton instead of static methods?
How to use exception handling in stored procedure?
Can You Prevent Your Class From Being Inherited By Another Class?
If a.equals(b) is true then a.gethashcode & b.gethashcode must always return same hash code.
How to move to a state-related codebase?
Explain the differences between static, void and public in c#?
Define c# delegate?
What is cosole application?
Can a dictionary have duplicate keys c#?
What are the access modifiers in c#?