Question d’entretien chez RKIT Software

Difference between Abstract class and Interface

Réponse à la question d'entretien

Utilisateur anonyme

14 juill. 2025

abstract class is one which where definition of methods are can or cannot be there whereas in case of interface the definition has to be overridden by the class inheriting it