The classes chapter should get additional units: - [x] **Your first class** - how to define a class - [ ] **Inheritance**: - how to inherit from another class - about the ancestor chain and Ruby method lookup - [ ] **Scopes and defining methods**: - about restricting visibility: public, protected and private - how to define a method - about class methods and instance methods