RSSAmplifier

LakTEK · Feb 2, 2011

Understanding Prototypal Inheritance in JavaScript

0
Sign in to vote or save

This page did not load. You can still read it on the original site — the toolbar below keeps your place in the directory.

Behavior reuse is one of the key aspects of Object Oriented programming. Many mainstream Object Oriented languages, achieves behavior reuse by using class based inheritance . In class based inheritance, a class defines how objects stemming from it should behave. However, not all languages use class based inheritance to achieve behavior reuse. The best possible example is JavaScript. It doesn't…

Read on laktek.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.