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
Can interface have virtual methods in c#?
How do I automate my desktop application?
code for arranging given number in possible permutation ways ex:123,321,312,132,231,213.
Are c# strings null terminated?
What are the problem with .NET generics?
What is ioc containers c#?
Is int an object in c#?
What is the use of jit ? Jit (just - in - time) is a compiler which converts msil code to
Can mvc be used for desktop applications?
What is the difference between static and private constructor?
Do vs while c#?
In a memory when you Box and Unbox a value-type what happens?
who is a protected class-level variable available to?
Why is dll used?
What are modifiers in c#?