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