How?s method overriding different from overloading?
Answer Posted / nitin kumar tomar
Overriding : different methods with the same name but
different Implimentation
Overloading : Several Methods with different signature but
the same name
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Does c# have a 'throws' clause?
What is yield return in c#?
Can we inherit a class with private constructor in c#?
How many bits is int32?
What is new method in c#?
What .exe means?
What are anonymous functions in c#?
What is the default modifier for class in c#?
What is a void c#?
What is integer c#?
What is the purpose of static?
Explain how is the dll hell problem solved in .net?
Differentiate between method overriding from method overloading with its functionality?
Are c# strings null terminated?
What is helper method in c#?