This chapter is about object-oriented (oo) algorithms.
In our previous courses we've learned object-oriented approaches. We'll apply that knowledge to our new buddy -- algorithms.
This is why:
- The objects will allow simpler solutions through logic reuse.
- We will utilize object message sends to "call" other objects and ask them to do work for us (again reuse).
- In this chapter, we will be focusing on the special object 'this'.