1 Answers

Answer: Option 4

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.

5 views