Quick search:


What is behavior

behavior is what an object does
The behavior of an object is implemented in the methods of its class and those it inherits from its superclass. However, these methods may also delegate to other objects, making the behavior of those objects (delegates) part of the behavior of the delegator. Those objects can also inherit and/or delegate etc. etc.