Question d’entretien chez Tarento

What are the SIMILARITIES between interface and abstract class?

Réponses aux questions d'entretien

Utilisateur anonyme

7 déc. 2011

This is the first time i have experienced someone asking SIMILARTIES (and not differences) between interface and abstract class.

Utilisateur anonyme

17 déc. 2017

Interface can not be instantiated. Same way, you can not instantiate abstract class.