JavaScript Deep Dives - Prototype Based Inheritance

preview_player
Показать описание
One of the most distinguishing aspects between JavaScript and other programming languages is the use of a prototype based inheritance model instead of using a class-based inheritance model, like for example Java does. In this lesson I will explain what a prototype based programming model makes special and how to handle prototypes for realizing inheritance.

Best regards
Frank
Рекомендации по теме