What is the Difference between Overriding and overloading?
Answer Posted / syed
OVERLOADING: When we add a new method with the same namein
a same class/derived classbut with differentnumber/types of
parameters.
OVERRIDING: When we need to provide different
implementation in a child class than the one provided by
base class,we define the same method with same signatures
in child class.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain the differences between vb.net and c#, related to oops concepts?
What is portable executable?
What are the shadow variables?
What are the advantages of vb.net and c#?
What is the significance of delegates. Where should they be used? What are the situations where we require them?
What is the purpose of an Assembly?
Explain the difference between vb 6 and vb.net?
What are different types of jit ?
What is normal jit?
What is different between web.config and machine.config and where it will be ?
What is redim keyword?
difference between control and component more than one differences
what's ArrayList in .Net (VB.Net or C#).What's the advantageous using ArrayList.
Explain the use of serialization and deserialization?
What is the difference between static or dynamic assemblies?