Question d’entretien chez Broadridge

What is difference between abstarction and interface

Réponse à la question d'entretien

Utilisateur anonyme

17 juil. 2023

Abstarction. Is the process of hideing internal implementation and providing functionality to the uses Interface which contains abstarct methods as well as concrete methods . We can't create an object for interface we have to implement the class to provide implementation