the object model


  • computation is sending messages between objects

message


  • object method arguments

encapsulation


  • objects encapsulate data and procedures

protocol


  • the collection of messages an object supports

slide: The object model