Exam 3 Topics
CS141: Introduction to Programming, Fall 2011


General Comments and Recommendations

Class and Object Terminology

You should know the following terms:
  • class
  • object
  • instance variable & method
  • class variable and method (i.e. static)
  • scope (of instance and class variables & methods)
  • accessor and mutator methods
    (i.e. "setters" and "getters")
  • constructor
  • toString method
  • this reference (implicit reference)
  • static
  • overloading
  • encapsulation
  • public vs private
  • object reference
  • null reference

Programming Skills