What is the difference between Abstract Classes and
Interfaces? Give the answer as a table format....
Answer Posted / swati
abstract class
1. abstract class have concrete methods ; interface have no
methods implemented.
2.interface do not come in inheriting chain; abstract class
come in inheriting chain.
3.in an interface no accessibility modifiers are allowed;
abstract class may have accessibility modifier
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
How to achieve Polymorphism in VB.Net?
What are jagged arrays ?
How many classes a dll can contain?
Name a feature which is common to all .net languages?
What are the advantages of VB.NET?
How do you retrieve the customized properties of a .net application from xml .config file?
How does vb.net achieve polymorphism?
Name some of the keywords used in vb.net?
What is jagged array in vb.net?
What is the maximum size of the textbox?
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
Name some different types of control?
What do you mean by serialization and deserialization?
my project run very wel in my sytem yhen i am deploying my project on client machine ,after deployment i run my project then it show " can no find server name " what i do .