Prototype
An alternative way to implement inheritance.
But instead of inherit from a class, it does from an object that has been already created.
In Javascript this is built-in with the prototypes from objects.
Last updated
An alternative way to implement inheritance.
But instead of inherit from a class, it does from an object that has been already created.
In Javascript this is built-in with the prototypes from objects.
Last updated