-
javascriptを初めて学ぶ人についてのおさらい。その2 ポスト @ 8:16:56 , 修正 @ 2007/12/17 8:24:29 | javascript, ioLanguage, slate, prototype このエントリーを含むはてなブックマーク 前回のエントリが700users突入しました。ありがとうございます。参考になれば幸いです。 ということで、その2になります。 前回書いた通り、C/Javaについてはある程度の知識がある人なので、クラスなどのオブジェクト指向はちゃんと理解されているようですが、プロトタ イプ指向は初めて学ぶようです。 javascript(ECMAScript)のプロトタイプは他のプロトタイプ指向言語とはひと味違う動作をするので、その点も含めておさらい プロトタイプとはなんですか?プロトタイプとは継承パターンの一つでしかないです プロトタイプは単なる継承パターンであり、単一の方向への継承しか行わない点についてはクラスベースと同じです。 var Hoge = function (){}; Hoge.prototype.methodA = (Read Full Article)
Related Articles
- : Javascript
- also published in ハタさんのブログ
- javascriptを初めて学ぶ人についてのおさらい。その1
- also published in ハタさんのブログ
- Bringing the Browser to the Server
- also categorized in Prototype
- First JS Test Suite Bug Caught
- also categorized in Prototype
- DatePicker using Prototype and Scriptaculous
- also categorized in Prototype
- Ajaxian Featured Tutorial: Extending DOM elements Prototypes
- also categorized in Prototype
- Prototype Javascript Library
- also categorized in Prototype
- glider.js Example
- also categorized in Prototype
- Create your own iGoogle with Prototype
- also categorized in Prototype
- Protoscript: Prototype web apps with a Json Dsl
- also categorized in Prototype






Recent Comments
joew » Partial Functions in JavaScript
This is a fascinating article, partial function application is a really useful technique John's ...
pawan » Google
Here are two other similar products which I bookmarked in the past: http://www.maani ...
See all recent comments