Answer: The Objects are instances of classes. The class is the general template
Step-by-step explanation:
A class is a template for defining objects. It clearly states the names and types of variables that can exist in an object, A class can be thought of as a "type", with the objects being a "variable" of that type.