Properties are variables that contain information regarding the object of a class. An employee object will have an ID, a salary, and the department as its properties. New properties can be added to become a part of an object of the employee class.
Attributes are also referred to as properties or members. For consistency, we will be using properties.