What is the Difference between Overriding and overloading?
Answer Posted / lakshmi prabha
OverLoading : All the method will share the same name but
it differes based on the parameter, type of parameter and
number of parameter
Overriding : The method in the derived class the has the
same name in the base class and it changes the behaviour or
functionality of the method in the base class.
| Is This Answer Correct ? | 250 Yes | 24 No |
Post New Answer View All Answers
Explain how to store decimal data in .net?
Which class allows an element to be accessed using unique key?
What is the difference between Namespace and Assembly?
Is vb.net dead?
What is the difference between a "jagged array" and multidimensional array" ?can anyone show me it practically ?
Explain about branching logic control in vb.net?
So you know which dll is used for microsoft .net run time?
Define naming convention?
Observations between vb.net and vc#.net?
What is option strict?
What is tracing?
How to create a constant in vb.net?
Explain option strict?
How many languages are supported by .net?
What is the strong name in .net assembly?