adspace


Differentiate between an abstract class and an interface?

Answer Posted / Vikas Dubey

An Abstract Class is a class that cannot be instantiated and it contains both abstract and concrete methods. An Interface is a completely abstract class, it only contains abstract methods and is used for achieving multiple inheritance. In Java, a class can extend only one abstract class but can implement multiple interfaces.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

No New Questions to Answer in this Category !!    You can

Post New Questions

Answer Questions in Different Category