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
Why we use oops in c#?
Define property in c#.net?
What is the benefit of using interface in c#?
What is the syntax for calling an overloaded constructor within a constructor?
What is difference between comparable and comparator?
What is the example of predicate?
What are the Configuration files in .net?
What is 8 bit signed integer?
What is an assembly in .net?
Is 0 an unsigned integer?
Why to use “using” in c#?
What is the difference between array and arraylist c#?
What is ac callback?
What is a di class?
What is a protected class in c#?