Class
A class is a blueprint for creating objects. It defines the properties (data) and methods (actions) that objects of that type will have.
A class is a blueprint for creating objects. It defines the properties (data) and methods (actions) that objects of that type will have.