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 the advantages of using partial classes?
What is difference between destructor and finalize?
What is the difference between struct and class c#?
Can an interface extend a class c#?
What is join in c#?
What is Garbage Collection in .Net?
How does a while loop work?
Is a structure a class?
What is the symbol used for in c#?
What is difference between private, protected, and public in C#?
Is and as in c#?
Define delegate in c#?
What is method overriding in c#
Define a manifest in .net?
What is datagridview in c#?