How?s method overriding different from overloading?
Answer Posted / guest
When overriding, you change the method behavior for a
derived class. Overloading simply involves having a method
with the same name within the class.
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Okay, so an int is a value type, and a class is a reference type. How can int be derived from object?
How to transpose multi-dimensional array?
How do you sort a list in c#?
What is the difference between abstract and virtual?
What are circular references?
What is Event - Delegate?
What is xml serializer?
What is attribute c#?
What is the difference between CONST and READONLY?
What is difference between comparable and comparator?
What is a variable in c#?
How does the lifecycle of Windows services differ from Standard EXE?
Distinguish between array and arraylist in c#?
What is an interface class? Give one example of it
What is anonymous types in c#?