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
Will the following code compile and run?
What is the difference between struct and class c#?
Which .gang of four. Design pattern is shown below?
What is the difference between method and constructor in c#?
What is pure abstract class in c#?
What is a bool in c#?
Can a child class call the constructor of a base class?
What is the difference between list and ilist in c#?
What is monitor in C#?
What is enumerable in c#?
What is the difference between readkey and readline in c#?
Why do we use readonly in c#?
Explain the serialization in .net
Value Type and Reference Type Data type in C#?
Explain what are the steps for creating clr trigger?