Question d’entretien chez UKG

What is a class? A sub-class?

Réponse à la question d'entretien

Utilisateur anonyme

18 juin 2018

A class is a template of variables and functions that when instantiated, create objects. A sub-class is a class that extends the functionality of a base class by inheriting its method/s and adding variables and methods of its own.