I want to add the following topics to the section about classes: ``` 1. Getters and setters 2. Class composition ("has-a" relationship, instead of the "is-a" relationship that inheritance creates) 3. Method overriding ```