Describe the diference between an object and a class
A class defines the propertices and methods of a group of similar objects. While an object is a specific instance of a class
A class defines the propertices and methods of a group of similar objects. While an object is a specific instance of a class