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
Which is executed if an exception has not occurred?
What is the full form of GAC? Explain its uses?
What is the process of delegation?
What is the difference between double and decimal in c#?
Does c# support c type macros?
Define assert() method? How does it work?
Is a games console a computer?
Is as keyword in c#?
What does out mean c#?
What is the best dependency injection c#?
What is a byte in c#?
Structs are not reference types. Can structs have constructors?
What are the delegates in c#?
What is the difference between internal and private in c#?
What are the different types of assembly?