• A B=inherit(A);
  • B B=A.inherit();
  • C B.prototype=inherit(A);
  • D B.prototype=inherit(A.prototype);
  • Share this MCQ