Answer:
The correct answer is Option A (A class can only have one parent class (superclass))
Step-by-step explanation:
The inheritance model is a computer program used in Javascript. This model aimed to make code that has been programmed already still relevant to be used again at any time minimizing errors associated with typing a new code. Inheritance makes the attributes of a particular class valid while still possible to use the attributes of another class.
A child class (subclass) inherits from the parent class (superclass). So, it is a single inheritance once the child class (subclass) inherits from a single parent class (superclass) creating a subclass. A parent class (superclass) is the class that gives its attributes for inheritance.