What is the purpose of the super keyword in a subclass?
super
It allows access to the parent's methods.
It calls the constructor of the parent class.
It is used to override parent class properties.
It refers to the parent class.