Writing methods
Void methods vs. return methods
Void methods — perform an action
Return methods — compute and return a value
Using return methods
Methods that use instance variables
Methods with parameters
Methods calling other methods
Objects as parameters
toString() method
AP Exam Tips
- •
- •
- •
- •
- •
Common Mistakes
- •
- •
- •
- •