Sollicitatievraag bij Red Hat

Q: Class v Object

Antwoord op sollicitatievraag

Anoniem

28 jun 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