employer cover photo
employer logo
employer logo

Paragon Testing Enterprises

Est-ce votre entreprise ?

Question d’entretien chez Paragon Testing Enterprises

What is the difference between interface and abstract class?

Réponse à la question d'entretien

Utilisateur anonyme

19 juil. 2018

Abstract class can have abstract and non-abstract methods. Interface can have only abstract methods. Abstract class doesn't support multiple inheritance.Interface supports multiple inheritance.