Question d’entretien chez Red Hat

Q: Class v Object

Réponse à la question d'entretien

Utilisateur anonyme

28 juin 2018

A Class is a blue print to an object. Classes can specify methods, fields and properties. Objects are instantiated based on the class's blueprint.

1