Examveda
Examveda

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

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

Answer: Option C

Solution(By Examveda Team)

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.

This Question Belongs to Javascript >> Classes And Modules

Join The Discussion

Related Questions on Classes and Modules