The communication to an object to carry out an operation in an objectoriented system is called a:

A.
Note.
B.
Method.
C.
Message.
D.
Behavior.
Explanation:
Answer Note is a distracter. A method is the code that defines the actions an object performs in
response to a messagE. Behavior is the result exhibited by an object upon receipt of a message.