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 do you mean by default constructor?
What are the advantages of generics in c#?
Can a child class call the constructor of a base class?
How can I make sure my c# classes will interoperate with other .net languages?
Illustrate namespaces in c#?
Explain a MSIL ? Why is it appreciated by all developers?
Why do we still see so much non-oo code written in c# today?
Are classes passed by reference in c#?
What are anonymous types in c#?
Why do we need generics in c#?
How to sign an assembly with strong name?
Define a strong name in .net?
What are constants in c#?
What is tochararray in c#?
What is c# and why it is used for?