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 is list collection in c#?
What is application object in c#?
What is thread in c#?
what is the difference between .dll and .exe
What is iformatprovider in c#?
Why is aws serverless?
What is object type in c#?
How are delegates chosen?
What is cli in c#?
Is c# queue thread safe?
What is dictionary and hashtable in c#?
What is overriding in c#?
What does ienumerable mean?
Which programming language is best for desktop applications?
Can we change static variable value in c#?