Question d’entretien chez emids

Explain Abstraction and interface differences

Réponse à la question d'entretien

Utilisateur anonyme

11 sept. 2021

Abstract: * Abstract class doesn't support on multiple inheritance. * Abstract class can have final,non final,static and non static variable . Interface: *It's supports multiple inheritance. *Interface has only final and static variable.