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
Can fields inside a class be virtual?
Distinguish between continue and break statement?
What is the difference between wrapper class and primitive?
How many dimensions can an array have?
what is a static constructor?
Can you store different types in an array in c#?
What are the commonly used i/o classes?
Why to use “finally” block in c#?
What does console readline do in c#?
How do you achieve polymorphism in c#?
What are extender provider components? Explain how to use an extender provider in the project.
What is a c# delegate?
Are arraylist faster or arrays?
Is c# a strongly-typed language?
list the steps in code compilation in c#?