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
What are extender provider components? Explain how to use an extender provider in the project.
Name the control which cannot be placed in mdi?
what is the difference between interface and multiple interface?
What is the advantage of constructor?
Different between method overriding and method overloading?
What is the .NET collection class that allows an element to be accessed using a unique key?
Can you pass parameters to destructors?
Why do we use threads in c#?
What is meant by desktop application?
What is datarelation c#?
What is polymorphism c# example?
Why do we use polymorphism in c#?
What is the difference between xml documentation tag?
How can we make a thread sleep for infinite period ?
without modifying source code if we compile again, will it be generated MSIL again?