Concept Flow - Instance methods
Create object from class
Call instance method on object
Method receives 'self' (the object)
Method uses object's data
Method returns or changes object state
End
This flow shows how an instance method is called on an object, receives the object itself as 'self', and uses or changes the object's data.