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
Is the following code legal?
What are tuples c#?
What is difference between internal and protected internal in c#?
How big is a float?
Why to use lock statement in c#?
How do you create empty strings in c#?
What is console write in c#?
Define sealed classes in c#?
What do u mean by thread safe?
Enlist the different types of classes in c#?
Is string value type c#?
What is the difference between static class and sealed class in c#?
How do you declare an arraylist?
Explain what are the steps for creating clr trigger?
Name any three ways to pass parameters to a method in c#?