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
Is unboxing an implicit conversion?
Explain nullable types in c#?
What are the three types of predicates?
What is difference between .net and c#?
What is called method in c#?
How to add controls dynamically to the form using c#.net.
What is private variable?
What is application object in c#?
Explain 'structure padding'?
Which of these string definitions will prevent escaping on backslashes in c#?
Why do we use abstraction in c#?
Can you have more than one namespace in c#?
Does c# have primitives?
Why is dll used?
What does the keyword “virtual†declare for a method or property?