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
What exactly is serverless?
What is lock in c#?
How to sign an assembly with strong name?
Can we have static indexer in c#?
Explain the process of inheriting a class into another class?
Is xml tags are case sensitive?
Is enum a value type c#?
How do you prevent a class from being inherited in c#?
For read-only operation which property you have to designated?
What is append in c#?
Can I get the name of a type at runtime?
What is difference between dictionary and hashtable?
What is string concatenation?
What is anonymous types in c#?
Can abstract class instantiated c#?