Red Hat Interview Question

Q: Class v Object

Interview Answer

Anonymous

Jun 28, 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