
| void | value-returning |
|---|---|
| does not return a value | returns a value |
| behavior | state | identity |
|---|---|---|
| actions taht an object can perform | values stored by an object | uniquememory allocations for each object | defined by the methods | defined by the private instance variables | created when the objectis instantiated(-new line) |