What is the purpose of the extends keyword in a class declaration?
extends
It allows multiple inheritance.
It adds new properties to the superclass.
It creates an instance of the superclass.
It indicates that the class is a subclass.