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 hashtable is thread safe in c#?
What is argument in c#?
Can we overload the main method in c#?
Can a sealed class be used as a base class?
Is overriding of a function possible in the same class?
When a Static Constructor is called in a Class?
Hello! How to do this: "Create manifest utility intended for creating update content files. Application should take a set of files as input parameter and generate XML based manifest file as output one." I use C# and vs.net 2003. It's urgent! Help please, thanks. Mayana
What does the keyword “virtual†declare for a method or property?
Is c# a strongly-typed language?
What is data adapter in c#?
Is c# a technology?
What does void mean unity?
What is throw in c#?
Which attribute adorn a test class to be picked up by the NUnit GUI in the NUnit test framework?
What is default constructor in c#?