How?s method overriding different from overloading?

Answer Posted / maria jerom

Method overloading means same method name but different
parameters. Method overriding means same method name and
parameters also same. In method overloading method will
differentiate with parameters name and in method overriding
method will differentiate with method signature

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Does c# have primitives?

636


How can I get the ascii code for a character in c#?

744


Why do we need indexer in c#?

765


Define a strong name in .net?

736


Does c# replace c++?

802


What is default method in c#?

700


What does mean c#?

692


What is the difference between virtual method and abstract method?

733


What is the use of inheritance in c#?

659


What is ulong in c#?

766


Describe how a .net application is compiled and executed

697


explain Garbage collector’s functionality on unmanaged code

706


What is a class in unity?

663


How do I create a new form in c#?

703


what is a constructor? What is a destructor?

725