letter number | |
_____ _____ each object has their own member
but no other classes or objects have the ability to call it | |
_____ _____ there is only one shared unchangeable
member, and any class or object has access to it | |
_____ _____ each object has their own member
but no other classes or objects have access to it | |
_____ _____ there is only one shared unchangeable
member, but no other classes or objects have access to it | |
_____ _____ there is only one shared member owned by
the class but no other classes or objects have access to it | |
_____ _____ there is only one shared member owned by
the class and any other class or object has the ability to
call it | |
_____ _____ each object has their own member and any
class or object has access to it | |
_____ _____ each object has their own unchangeable
member, and any other class or object has access to it | |
_____ _____ each object has their own member
and any class or object has the ability to call it | |
_____ _____ there is only one shared member owned by
the class but no other classes or objects have the ability
to call it | |
_____ _____ each object has their own unchangeable
member, but no other classes or objects have access to it | |
_____ _____ there is only one shared member owned by
the class and any other class or object has access to it | |