How?s method overriding different from overloading?
Answer Posted / rajkamal
Method Overloading is :
using the same method name for different Purpose.
Method Overriding is :
Adding the Functionality to existing method Header.
Here We providing Method Defination.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the benefit of delegate in c#?
How do I unload an application domain?
Which is faster abstract class or interface in c#?
What are the steps to make an assembly to public?
Is Multiple-inheritance supported by c#?
Why do we need indexer in c#?
What is boxing in c#?
How do I enforce const correctness in c#?
Enlist some of the properties of a thread class?
What is helper method in c#?
What are winforms in c#?
What framework is used for performance testing/load testing?
What is difference between array and arraylist in c#?
What is razor view in c#?
What does using system mean in c#?