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
Name the class which allows an element to be accessed using unique key?
What is the difference between import system.data.sqlclient and system.data.oledb?
What is the significance of delegates. Where should they be used? What are the situations where we require them?
What is misl code?
what is the advantage of option strict on?
What is private assembly?
So you know which dll is used for microsoft .net run time?
I Am Developing A project where I can send Message from One Computer to Another Computer With The Help Of LAN.Already I Have developed..It is working Fine With The Details Of ..TO,FROM,REF No,DATE,BODY...Now I Want To Add Attachments part in the same projects...How Can I Send Attachment File & How To Send It..I Am Working in VB.Net 2005 With out Any database. Can Any One Help me ??How To Write Code??Plz Send me a copy to my Mail also...I Dont Need Any Software Available in The Internet...Plz refer me The Code in VB.Net maloy.adhikari@in.com
Explain the difference between namespace and assembly?
Explain the difference between value and reference types?
Explain convert.tostrin?
What is redim keyword and its use?
What are all the differences between dispose and finalize()?
What is internal keyword in .net framework?
Explain the difference between .dll extension and .exe extension files?