Q. The properties of the objects act like different kinds of class members. They are
β
Correct Answer: (C)
Constructor object, Prototype object, Instance object
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.