Learning Objectives
In this week you’ll learn…
- how to prevent code duplication in your own code by using inheritance (and why this is important).
- how to use inheritance in your own code.
- what the keywords “super”, “extends” and “protected” are all about.
- what packages are and how you can use them to organise your code.