You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The implementation idea of the above inheritance: first create the instance of parent class => change the original `__proto__`of the instance, connect it to the `prototype`of child class => change the`__proto__`of child class’s `prototype` to the `prototype`of parent class.
505
+
A implementação da idéia acima sobre herança: primeiro cria uma instância da classe do pai => muda o original `__proto__`de instância, conectado ao `prototype`da classe do filho => muda o`__proto__`da classe do filho `prototype`para o `prototype`da classe do pai.
506
506
507
-
The inheritance implement with the above method can perfectly solve the restriction on low-level of JS.
507
+
A herança de implementação com o método acima pode perfeitamente resolve a restrição no baixo nível do JS.
0 commit comments