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
Define clr in .net?
How many digits is a 32 bit number?
Why we use dll in c#?
What are delegates and why are they required?
What is the difference between list and arraylist in c#?
What is Dependency of Injection?
Write a program in C# for checking a given number is PRIME or not.
Why c# is type safe?
What is a variable in c#?
Can a class or a struct have multiple constructors?
What is literal control
How do you set a class path?
How to get the sum of last 3 items in a list using lambda expressions?
Difference between value and reference type. What are value types and reference types?
What is difference between array and list?