OOP Part 2: Classes and Objects
By now, you know that Object-Oriented Programming is a way of structuring code by bundling related data and behaviour inside objects. In this part, you'll get to: 1. Learn exactly what a class is 2. See a complete, more complex example 3. Try your hand at creating your