Concept Flow - Constructors in classes
Create class with constructor
Create new object with 'new'
Call constructor method
Initialize object properties
Return new object
Use object
When you create a new object from a class, the constructor runs first to set up the object's properties.