What is the difference between Abstract Classes and
Interfaces? Give the answer as a table format....

Answer Posted / sandeep pokala

Interface is a set of abstract methods,all the methods have
to be overridden by the class which ever implements the
interface.

Abstract class is collection of data and methods,which are
abstract. In abstact class some methods may contain
defination,but in interface every method should be abstract
( no definations in the methods)

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Before in my vb app I would just load the icons from dll. How can I load the icons provided by .net dynamically?

523


What are the various open source tool available for VB.NET?

566


What do you mean by serialization and deserialization?

546


What is the difference between a "jagged array" and multidimensional array" ?can anyone show me it practically ?

557


What do you mean by option strict on?

665






What are the advantages of migrating to vb.net?

572


what is commom language runtime?

555


Explain what observations between vb.net and vc#.net?

561


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

2212


What are the difference between dispose(), close(), exit(), end()? When do we use them?

537


What is the difference between .dll extension and .exe extension files?

612


What is the advantages of VB.NET?

603


Is vb.net a programming language?

538


How to view an assembly?

598


Explain namespace?

574