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


Please Help Members By Posting Answers For Below Questions

Will the following code compile and run?

736


What is the difference between struct and class c#?

714


Which .gang of four. Design pattern is shown below?

667


What is the difference between method and constructor in c#?

689


What is pure abstract class in c#?

667


What is a bool in c#?

646


Can a child class call the constructor of a base class?

751


What is the difference between list and ilist in c#?

652


What is monitor in C#?

780


What is enumerable in c#?

677


What is the difference between readkey and readline in c#?

661


Why do we use readonly in c#?

679


Explain the serialization in .net

731


Value Type and Reference Type Data type in C#?

717


Explain what are the steps for creating clr trigger?

653