Chapter 8

Cards (4)

  • client program
    A program that uses objects.
  • class
    A program entity that represents either: A program / module, or A template for a new type of objects.
  • object
    An entity that combines state and behavior.
  • object-oriented programming (OOP)

    Programs that perform their behavior as interactions between objects.