Question d’entretien chez XAMCHECK

difference between classical and prototype inheritance?

Réponse à la question d'entretien

Utilisateur anonyme

21 avr. 2016

javascript is class free language, we create a function as a class and invoked by the constructor invocation pattern. Prototype inheritance is inherits directly from the parent object using prototype.