2.9 Instance Methods
Introduction
Instance methods define the behavior of individual objects and can read or modify that object's instance variables. Calling an instance method requires an object to call it on (`ama.display()`), since the method operates on that specific object's data.