What is the Difference between Overriding and overloading?
Answer Posted / venkatreddy
overriding:method name and signature are must be same.
overloading: functionality that enables you to define tow or more methods with the same name but with different signatures within the class the methods that share the same name ,but have different signature are called overloaded methods.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is an application domain? how they get created?
how to get dynamic control array position or its index position?
What are the assembly entry points?
What languages does the .net framework support?
What is the significance of delegates. Where should they be used?
Allowed program to auto-correct the database when loading a presentation.
Explain trace in vb.net?
what's ArrayList in .Net (VB.Net or C#).What's the advantageous using ArrayList.
What is the use of internal keyword?
How to achieve Polymorphism in VB.Net?
What is break mode? What are the options to step through code?
Explain global assembly cache (gac)?
what is difference between namespace and assembly?
What is the significance of delegates. Where should they be used? What are the situations where we require them?
Explain private assembly?