Summary
In this chapter, we got the chance to use much of what we have learned throughout the book as well as something new, enum
.
Possibly the most important lesson from this chapter is how we saw that encapsulating and abstracting parts of our code to specific relevant classes helps to keep our code manageable.
Why not look at the final chapter to see what you might want to do next?