It appears that every object has its own copy (cont'd from previous slide)

Instance functions can also be declared public, private, or protected.

Public instance functions can be invoked by any code that has access to the object to which the functions belong.

Access to private instance functions and protected instance functions is somewhat more restricted.