Learning Echo Core JavaScript

Using Echo's Core.extend to declare classes

Echo's JavaScript Core class can be used to create classes and subclasses which use object-oriented inheritance by hiding the shared prototype inheritance technique shown in the last demo using the "Shared Prototype".

More on the Echo site...