InterviewSolution
Saved Bookmarks
| 1. |
The object whose properties are inherited by all instances of the class, and properties whose values are functions behaving like instance methods of the class, is _____________(a) Instance object(b) Constructor object(c) Destructor object(d) Prototype objectI had been asked this question by my school principal while I was bunking the class.My question is from Lazy Loading topic in portion Invocation and Performance Navigation of JavaScript |
|
Answer» Right choice is (d) PROTOTYPE object |
|