DavidSzczesniak
12/21/2017 - 2:34 PM

Object Instance

This is usually a blessed hash reference, just like in old Perl OO.

An object instance is a specific noun in the class's 'category'. Like Person or User. 
An instance is created by that class's constructor.
It has values for its attributes. For example, a specific person has a first and last name.