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 ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is multithreading with .net?
How many destructors can a class have?
Is c++ or c# better?
What .exe means?
What is an abstract class c#?
What is session management in c#?
What is scope c#?
Explain About .NET Remoting and types of remoting
What is the use of properties window?
How do I use the 'using' keyword with multiple objects?
Is clr a compiler?
Why do we need singleton pattern in c#?
Explain how to add controls dynamically to the form using c#.net.
Why is static constructor called first?
Differentiate between the public and private ?