How?s method overriding different from overloading?
Answer Posted / mayur
In over-ride we can changeor modify the behaviour of the
function of base class
and in overload the method is invoke with the same name and
the values are different
in overload the function get overloaded one upom the other
and in over ride the method is overridded
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are anonymous types in c#?
What is the purpose of reserved word using in c#?
Does c# support multiple class inheritance?
What is delegates in c# and uses of delegates?
What is the difference between finalize() and dispose() methods?
What is uint c#?
Why do we need oops in c#?
How many bytes is a char c#?
explain the nature of the assembly work?
What is the difference between inheritance and abstract class?
What's the difference between System.String and System..StringBuilder in C#?
In .NET which is the smallest unit of execution?
what is IFormatable
How can an inner class access the members of outer class?
What is property in c#?