Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. The object whose properties are inherited by all instances of the class, and properties whose values are functions behaving like instance methods of the class, is

  2. A.

     Instance object

    B.

     Constructor object

    C.

     Destructor object

    D.

     Prototype object

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    The properties of the prototype object are inhertied by all instances of the class, and properties whose values are functions behave like instance methods of the class.


Be The First To Comment