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 a decimal c#?
How do you clear a list in c#?
Can a class have multiple constructors c#?
The int maps to which C# keyword in .NET type?
How do you escape c#?
What is querystring in c#?
What is difference between array and arraylist in c#?
How many types of delegates are there in c#?
What is the difference between an integer and int?
Major difference between Basic httpbinding and WShttpbinding?
Why main method is static in c#?
What is global asax in c#?
What does dbml mean in texting?
What is default value of decimal c#?
What does addressof operator do in background ?