IT 114: Introduction to Java
Answers to Class 31 Ungraded Quiz

  1. Should a method be written to do many things?
    no. it should do one thing well
  2. Is is a good idea for a method to depend on many other methods?
    no
  3. Do getter methods have to start with "get_"?
    no
  4. What do you call a rule of thumb for solving a problem?
    a heuristic