Definitions for "Instance method"
a method defined without the static attribute
a method which must be invoked via an instance of a class
A method that provides behavior for instances of class. Messages that invoke instance methods are sent to particular instances, rather than to the class as a whole.
a procedure associated with a specific object and called as a subcommand of the object's command
A named unit of behaviour of an object.