Classes Attributes Methods Paramaters Arguements

Definitions

Author: Chris Lipinski, Published: 20221213

Class

In object orientated programming a class constructor allows for object initalisation.

Attributes

Class attributes can be used to store class constants, track data across all instances, and define default values.

Methods

Class methods are used to access or modify the class state.

Paramaters and Arguements

Parameter is used to describe the names for values that are expected to be supplied. Argument is used for the values provided for each parameter within an instance.