Question d’entretien chez Prudential

'what is abstraction in java'

Réponse à la question d'entretien

Utilisateur anonyme

12 déc. 2023

An abstract class is a class that is declared abstract —it may or may not include abstract methods. Abstract classes cannot be instantiated, but they can be subclassed.