Difference between abstract class and interface

Showing Answers 1 - 1 of 1 Answers

Ajay

  • Oct 5th, 2005
 

A programmer writes an abstract class with common features and methods which will be implemented differently in different subclasses.The same programmer will provide subclasses to the abstract class.

A programmer writes an interface when all the features should be implemented by a third party vendor. 

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions