Lesson 20: Capstone II — extending with inheritance
The hotel is a hit — and a new requirement lands: dogs need walks, cats need litter boxes. Instead of rewriting the system, we extend it: Dog and Cat inherit from Pet, and the whole hotel keeps working without changing a line. That's the real on-the-job skill — safely changing an existing model. Cou