Add the keyword that allows for inheritance.
Indeed. The extends keyword will allow inheritance from a parent class.
extends
We need to add the extends keyword for inheritance.