How?s method overriding different from overloading?
Answer Posted / venu gopal
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 ? | 4 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between passing parameters by value and passing parameters by reference with an example?
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
Is functional interface runnable?
Whats an assembly? Describe the importance of assembly?
What are access modifiers used for?
What is the difference between a class and an object c#?
explain the three services model commonly know as a three-tier application.
What is encapsulation in csharp?
Do vs while c#?
What is difference between class and abstract class in c#?
List down the access modifiers available in c#?
Give an example to show for hiding base class methods?
What is a nullreferenceexception?
What is int16?
What Is A Multicast Delegate?