Quiz: Inheritance
This lesson will test your basic understanding of classical and prototypal inheritance in JavaScript.
...
Q
Which of the following are true for classical inheritance?
A)
Instances inherit from a class
B)
Instances can be composed of different objects
C)
Sub-class relationships are created
D)
Instances are instantiated via Object.create
...
Access this course and 1400+ top-rated courses and projects.