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
Define manifest?
How do you call a stored procedure in Visual Basic?
What is the use of internal keyword?
What is the diff between vb mdi form and .net mdi form?
what is intermediate language?
Explain how to achieve polymorphism in vb.net?
What do you understand by vb.net?
What is the source code for display the picture in button click event?
Explain the use of serialization and deserialization?
Define serialization in .net?
How would you implement inheritance using vb.net?
What do you mean by Redim in VB.NET?
Before in my vb app I would just load the icons from dll. How can I load the icons provided by .net dynamically?
What is vb.net used for?
What is pre-jit?