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
what is intermediate language?
Name some of the keywords used in vb.net?
What is global assembly cache (gac)?
What is the significance of delegates. Where should they be used? What are the situations where we require them?
Explain an assembly?
Tell me how many .net languages can a single .net dll contain?
my project run very wel in my sytem yhen i am deploying my project on client machine ,after deployment i run my project then it show " can no find server name " what i do .
What is the difference between custom control and user control?
Is vb.net dead?
What are the shadow variables?
Can we use Vb.Net and C# language simultaneously in one .Net application?
What is the class that allows an element to be accessed using unique key?
How to store images in sql server database through vb.net?
What do you mean by serialization?
Why do we use ansi keyword?