Instance method
Appearance
In computer science, an instance method is a method invoked with respect to an instance of a class. Instance methods are often used to examine or modify the state of a particular object.
See also: class method
In computer science, an instance method is a method invoked with respect to an instance of a class. Instance methods are often used to examine or modify the state of a particular object.
See also: class method