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
What is visual basic.net culture?
Using VB, how can you change the Mouse Pointer?
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
What is the ruby interface generator?
What do you mean by deserialization?
Why do you need Lock in Visual Basic?
What is the feature anonymous type?
What is early binding?
What is redim keyword?
difference between control and component more than one differences
How can we store decimal data in .net?
What is meant by jagged arrays?
Explain the observations between vb.net and vc#.net?
Explain private assembly?
Which properties are used to bind a DataGridView control?