Sail E0 Webinar
Question
If A is the superclass and B is the subclass, then subclass inherting the superclass can be represented as
Options:
A .  B=inherit(A);
B .  B=A.inherit();
C .  B.prototype=inherit(A);
D .  B.prototype=inherit(A.prototype);
Answer: Option C

Submit Your Solution Below and Earn Points !
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers