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
Name some of the features of C# which are not present in VB.NET?
Is vb net a scripting language?
Can you please explain the difference between dispose and finalize()?
What are the differences between c# and visual basic.net?
How to retrieve images in sql server database through vb.net?
Tell us how many languages are supported by .net?
Explain about branching logic control in vb.net?
What is redim keyword?
Explain an assembly and its use?
What are the shared variables?
What is sealed class?
source code for how to login a vb.net application ?
What is non_deterministic finalization?
What is public assembly?
Explain about visual basic.net?