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
Before in my vb app I would just load the icons from dll. How can I load the icons provided by .net dynamically?
How to send xml file on server using http protocol?
described weak typing?
What is misl code?
Name the tool which can convert visual basic old version to .net compatibility version?
Explain convert.tostring and i.tostring method?
What is an application domain? how they get created?
Define clr?
Explain the components of common language runtime.
what is intermediate language?
Explain the difference between vb 6 and vb.net?
What is the difference between a "jagged array" and multidimensional array" ?can anyone show me it practically ?
How to retrieve images in sql server database through vb.net?
What do you mean by option strict on?
Explain the advantage of option strict on?