IT 114: Introduction to Java
Answers to Class 31 Ungraded Quiz
Should a method be written to do many things?
no. it should do one thing well
Is is a good idea for a method to depend on many other methods?
no
Do getter methods have to start with "get_"?
no
What do you call a rule of thumb for solving a problem?
a heuristic