D A. Prototype chain inheritanceCopy the code
B. Constructor inheritanceCopy the code
C. Combinatorial inheritanceCopy the code
D. Associated inheritanceCopy the code

 

parsing

There are six ways to implement javaScript inheritance:

Prototype chain inheritance, borrowing constructor inheritance, combination inheritance, prototype inheritance, parasitic inheritance, parasitic combination inheritance.