If A is the superclass and B is the subclass, then subclass inherting the superclass can be represented as
A.B=inherit(A);
B.B=A.inherit();
C.B.prototype=inherit(A);
D.B.prototype=inherit(A.prototype);
Answers
Answered by
0
d .b. prototype =inheritet (a.prototype)
Similar questions
Math,
7 months ago
English,
7 months ago
English,
7 months ago
Computer Science,
1 year ago
Computer Science,
1 year ago
Physics,
1 year ago