JavaScript Inheritance Tutorial Object Oriented Class Programming

Опубликовано: 20 Май 2013
на канале: Adam Khoury
54,298
622

In all programming languages that sport object oriented features there is a concept known as "Inheritance". Inheritance is when an object inherits all of the properties and methods of its parent object, to become a specialized version of the parent object. In JavaScript we use the prototype property to establish subclasses that inherit the characteristics of our parent classes. This results in a specialized subclass that can retain its own properties and methods, as well as inherit all of the properties and methods of the parent class.


На этой странице сайта вы можете посмотреть видео онлайн JavaScript Inheritance Tutorial Object Oriented Class Programming длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Adam Khoury 20 Май 2013, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 54,298 раз и оно понравилось 622 зрителям. Приятного просмотра!