

MCQOPTIONS
Saved Bookmarks
1. |
|
A. | Y=inherit(X); |
B. | Y=X.inherit(); |
C. | Y.prototype=inherit(X); |
D. | Y.prototype=inherit(X.prototype); |
Answer» D. Y.prototype=inherit(X.prototype); | |