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
Can we call server-side code (c# or vb.net code) from javascript?
What is the relationship between a process, application domain, and application?
What is clr in c#?
Why is lazy loading?
What is the use of the dispose method in C# ?
How do I open the console?
write a program to find the biggest palindrome in the given string
How is a string immutable?
What are c# attributes and its significance?
Does unity use c++ or c#?
Explain how do you convert a value-type to a reference-type?
Why we use delegates in c#?
What is multicast delegate in c# ?
What is javascriptserializer c#?
How many bits is int32?