Examveda
Examveda

A linkage of series of prototype objects is called as :

A. prototype stack

B. prototype chain

C. prototype class

D. prototypes

Answer: Option B

Solution(By Examveda Team)

Consider an example, Date.prototype inherits properties from Object.prototype, so a Date object created by new Date() inherits properties from both Date.prototype and Object.prototype. This linked series of prototype objects is known as prototype chain.

This Question Belongs to Javascript >> Basic And Variables

Join The Discussion

Related Questions on Basic and Variables