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
Why do we use byref keyword in vb.net?
What is the main use of a namespace?
What is the strong name in .net assembly?
Explain about garbage collection?
Which properties are used to bind a DataGridView control?
What is global assembly cache (gac)?
What are nested classes?
How to retrieve images in sql server database through vb.net?
How a base class method is hidden?
What is sorting in vb?
What is the purpose of objects present in asp.net?
What is globalization?
Describe about visual basic.net?
What is visual basic.net culture?
Sir, what code to store data from vb net sql server 2008 to 2005 and at the same time in order to validate the data entered is not the same, but there have been contacts in the module. Examples such as the log table that I created, the user name as the primary key.