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
Why singleton is sealed?
What is the reason behind the invention of c#?
What are the types of parameters in c#?
What is dto c#?
Explain About delegates
What is polymorphism in c sharp?
What are the types of constructors?
Explain 'structure padding'?
What is difference between field and property in c#?
What is file extension of webservices?
What is a static class in c#?
In how many ways you can overload a method?
What is instantiating a class in c#?
State two different types of access modifiers.
What is concrete class in c#?