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
Why is xml called extensible?
What is a linq in c#?
Why can't we use a static class instead of singleton?
What is different between Boxing and Unboxing?
What are verbatim strings in c#?
Is post back in c#?
How do I start a program in c#?
Is c# still popular?
Explain concurrency with aop?
How many constructors can a class have in c#?
What is dll in c#?
What is argument in c#?
What are generics in c#.net?
What is difference between an Structure and Class?
What is dbml file in c#?