When one must use abstract class and at what situation one must use Interface.

Showing Answers 1 - 1 of 1 Answers

Lavanya.G

  • Oct 28th, 2005
 

Hi,

Answer:

Interface       :Interface is having Abstract methods only(i.e no implemention for that method).Any one(Class) can provide implementation for that methods.

Interface can be used for multiple inheritance.

Abstract Class:A Class which contain atleast one abstract method(i.e no implementation for that method) as well as concrete method s also.

  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