Typed and non-typed function overloading with the ability to recognize custom types.
Creating All types of classes : concrete , final concrete and abstract.
Defining components in any of the three access levels : private , protected and public.
Defining abstrcat and final methods.
Defining static components.
Extending any non-final class.
Overriding non-final methods in derived classes.
Accessing the base class constructor and components through the keyword base
.
Creating and implemeting mutiple interfaces.
 
 
just put a script
tag in your HTML file with its src
pointing to the library's file.
<script type="text/javascript" src = "classing.1.1.2.js"></script>