Unit 10 - Object Oriented Programming 2 (OOP)
The following unit is about some more advanced features of object-oriented programming (OOP).
It will cover:
- Sending and Receiving Messages
- Combining Objects
- Inheritance
- Polymorphism
- Modules and Classes
There will also be a follow along project that builds an OOP version of Blackjack.