Summary
Objectives
We would like to :
- Review our work for the day.
Notes
- We learned about methods
- They are small chunks of code
- Separated to make code
- Easier to write
- Easier to read
- Easier to do a bunch of other things to as well.
- In the end, our code started to look like our algorithms...
- Methods
- Can use class variables to pass information.
- Can return values or not.
- You need to learn how to use methods.