Artavazd
Member since Sep 6, 2013
- Profile: /members/11216-artavazd.htm
- URL: http://arto8.site11.com/
- Comments: 2
Recent Blog Comments By Artavazd
-
Experimenting With Multiple Class Inheritance In Javascript
Posted on Mar 9, 2014 at 12:26 AM
@bigboomshakala, Hi, I am want present so solution for multiple prototypical inheritance, but some restrictions. Please follow the link: http://arto8.site11.com/ArtoJS/multi-inheritance-prototype.php Also have functional inheritance, that useful for me in my practic: http://arto8.site11.com/Arto... read more »
-
Experimenting With Multiple Class Inheritance In Javascript
Posted on Sep 6, 2013 at 7:38 AM
Hello, This is not correct inheritance with prototype. When extends prototype Ben class has methods defined in base class in that time, when after adding foo() method to Person class, that undefined in Ben class. Correct prototype construction must recognize methods added base class furter... read more »