What is difference between Abstract Class and Interface?
Answer Posted / basudev pradhan
i) Abstarct is class does not have Body part,it can't create
instance ,but We provide Abstact method and normal
method,the abstarct can be inheritaed by another class,this
can must be implemented by Abstarct method,
ii) Abstarct class can only once inheritaed by Another class
But the interface can implements the More than one interface,
interface only provide Abstarct method ,this method have
does not body part,this class can implements the interface
Define the absract method
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the purpose of objects present in asp.net?
hello thank you for replying to my question regarding adding barcode fonts in vb.net project. I have downloaded a free font and added in my vb.net project but now i dont know how to use that i need to generate barcodes can any body help me how to use those fonts these are font3of9 .i need a small code to use these fonts to generate barcode thank u!
What is branching logic control in VB.NET?
What do you mean by Redim in VB.NET?
What are the features present in vb 2005?
How to view an assembly?
How does vb.net achieve polymorphism?
What is the use of errorprovider control?
Can you please explain the difference between authentication and authorization?
What is datatype conversion?
What is the source code for display the picture in button click event?
What is pre-jit?
Can you please explain the difference between system.string and system.stringbuilder classes?
How to run a dos command in vb.net?
Explain the difference between value and reference types?