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 are the properties in c#?
How long will it take to learn c sharp?
What is the main purpose of xml?
Can we instantiate abstract class in c#?
How can you prevent escaping on backslashes in C# with string definitions?
What are the classes contained in a single .NET DLL ?
Why are strings immutable in c#?
What is serialization in unity?
Can you have more than one namespace in c#?
Explain the difference between passing parameters by value and passing parameters by reference with an example?
What is a delegate? Explain.
What are the types of delegates in c#?
Is string a class in c#?
Explain concurrency with aop?
Suppose two interfaces have same method, so how will you implement these methods in derive class?