Defined in: src\base\oop.js:191

面向对象思想的辅助实现模块;

Feartures :

1. klass :类继承;实现执行指针,类常用方法,继承路径
2. factory :对象/类工厂方法;

Update Note:

+ 2014.6 :Created

This module provides the following classes:

Top