Concept Flow - Why methods are used
Define a type
Attach method to type
Create instance of type
Call method on instance
Method uses instance data
Perform action or return result
Methods are functions tied to a type that let us work with that type's data easily and clearly.