filmov
tv
JavaScript classes, inheritance and overriding
Показать описание
JavaScript is not a class based OOP but prototype based OOP. However, modern JS has class keyword, which internally still generates functions and object. Learn how to write classes extend them and override methods