Terminology

Smalltalk

  • literal -- constants
  • object -- action by messages
  • class -- collection of protocols
  • protocol -- related methods
  • category -- collection of classes

slide: Smalltalk -- terminology