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
Explain the difference between a struct and a class?
What's the difference between the debug class and trace class? Documentation looks the same.
What is the use of expression tree in c#?
How do you concatenate in c#?
How do I create a new form in c#?
Explanation on Generic?
Define multicast delegate? How it be used?
Explain the different types of delegates used in c#.
Why do we need escape characters?
What is the max value of int32 in c#?
What do multicast delegates mean?
Does c# support multiple inheritance (mi)?
What is the default modifier for class in c#?
Why to use lock statement in c#?
Explain About Assembly in .NET, types of assemblies, their difference, How to register into GAC. How to generate the strong names & its use.