Lecture 14
9
Why do we need a better way?
Copy code and change a little bit
ή
design problem
cant see similarities and differences
bugs must be fixed in two places
Inheritance
solves this problem
Inheritance is the second Big Thing in OOP
(sending messages is the first Big Thing)