Properties, also called Class Member Variables, Attributes, and Fields, are the characteristics of a class. Imagine them as variables… — Properties, also called Class Member Variables, Attributes, and Fields, are the characteristics of a class. Imagine them as variables placed inside of the class’ curly braces, but not inside of methods themselves. Properties can be directly initialized or they can be initialized when the object is instantiated through the constructor…