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
Can we have multiple constructors in a class c#?
How do I develop c# apps?
What is expression tree in c#?
Is string null or empty?
How assembly versioning in .NET prevent DLL Hell problem?
Is c# an open source language?
What is the use of table aliases?
What is part of a method signature in c#?
What is the difference between dictionary and hashtable in c#?
Explain boxing and unboxing in c#?
What is the use of console readkey in c#?
What is asynchronous one-way calls?
What is anonymous class in c#?
Can we have multiple threads in one app domain?
What is a hash table c#?