Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. The properties of the objects act like different kinds of class members. They are

  2. A.

     Public object, Private object, Protected object

    B.

     Constructor object, Function object, Destructor object

    C.

     Constructor object, Prototype object, Instance object

    D.

     Instance method, Static object, Dynamic object

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    In JavaScript, there are three different objects involved inany class definition, and the properties of these three objects act like different kinds of class members namely, Constructor object, Prototype object, and Instance object.


Be The First To Comment