What is the Difference between Overriding and overloading?
Answer Posted / neeraj sahu
Overloading : It is a feature of OOPs , by that we can
achieve run time polymorphism. To declare it we need the
same method name but different argument or different types
of argument.
Overriding : It is a feature of OOPs, By that we can achieve
compile time polymorphism.To declare it we need the same
method name and same types and same number of argument but
in different class.
| Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
What is the significance of delegates. Where should they be used? What are the situations where we require them?
What are all the parts of .net framework?
Explain the components of common language runtime.
what is interface and when it is used?
what is common language specification?
Explain the advantage of option strict on?
Explain how the .net framework performs automatic memory management.
How do you define a read only property in a class module?
What is the use of internal keyword?
What is the difference between convert.tostring and .tostring() method?
What is the difference between compiler and interpreter?
Described strong typing and weak typing?
What is a static variable?
What are the various open source tool available for VB.NET?
How to store images in sql server database through vb.net?