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
Does c# have primitives?
How can I get the ascii code for a character in c#?
Why do we need indexer in c#?
Define a strong name in .net?
Does c# replace c++?
What is default method in c#?
What does mean c#?
What is the difference between virtual method and abstract method?
What is the use of inheritance in c#?
What is ulong in c#?
Describe how a .net application is compiled and executed
explain Garbage collector’s functionality on unmanaged code
What is a class in unity?
How do I create a new form in c#?
what is a constructor? What is a destructor?