タグ
雑記/備忘 | 16:23 | オブジェクトとクラスの関係について、次のような説明を見かけました(文言の引用ではなくて、檜山による要約)。オブジェクトとクラスは全体としてツリー構造をしていて、ツリーの末端をオブジェクト、末端以外のノードをクラスという。... 続きを読む
Also see: another great explanation of JS prototypes (external link) Interesting Points All instances inherit from the prototype object of the function that created them. Mozilla/Konqueror have an implementation-specific __proto__ property th... 続きを読む


