Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. The object has three object attributes namely

  2. A.

     Class, parameters, object’s extensible flag

    B.

     Prototype, class, objects’ parameters

    C.

     Prototype, class, object’s extensible flag

    D.

     Native object, Classes and Interfacces and Object’s extensible flag

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    Every object has three associated object attributes :
    1. An object’s prototype is a reference to another object from which properties are inherited.
    2. An object’s class is a string that caegorizes the type of an object.
    3. An object’s extensible flag specifies whether new properties may be added to the object.


Be The First To Comment