How?s method overriding different from overloading?
Answer Posted / chinju
overriding is used for redefining a method in diferent ways.
overloading depends on the method signature not prototype.
method signature
1.no: of parameters or type of parameters or sequance of
parameter
not the return type
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
List some of the basic string operation?
What is overloading in c#?
Is predicate a functional interface?
What does using do in c#?
How do you mark a method obsolete?
What is the difference between serialization and deserialization in c#?
What is .net c#?
What is uint16?
Tell us something about static linking and dynamic linking?
What is collection of classes in c#?
What is variable and its classification?
Explain data types in c#?
Is c# substring zero based?
Why do we use readonly in c#?
What is a struct in C#?