Good Example of JavaScript's Prototype-Based Inheritance

后端 未结 11 791
情书的邮戳
情书的邮戳 2020-11-29 15:52

I have been programming with OOP languages for over 10 years but I\'m learning JavaScript now and it\'s the first time I\'ve encountered prototype-based inheritance. I tend

11条回答
  •  孤城傲影
    2020-11-29 16:14

    There's also Microsoft's ASP.NET Ajax library, http://www.asp.net/ajax/.

    There are a lot of good MSDN articles around as well, including Create Advanced Web Applications With Object-Oriented Techniques.

提交回复
热议问题