🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

classing-js

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

classing-js

a library that creates a classical-like oop interface directly into javascript

1.1.2
latest
Source
npm
Version published
Weekly downloads
9
800%
Maintainers
1
Weekly downloads
 
Created
Source

#Classing{js} ######current version : v1.1.2 Javascript's prototypal object oriented style, although powerful, is tedious, specially for those who come to javascript from a classical object oriented language like C++, Java or C#.
Classing{js} is created to solve this problem by creating a classical-like OOP interface that behaves almost exactly like any regular classical object oriented environment.
#Install via NPM npm install classing-js

Include the module in your application through require:

var classing = require('classing-js');

#Features

  • 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.

Visit the the library's website for more info
Start a quick tutorial to learn how to use the library
Follow Classing{js} on Twitter to keep up with what's new.


Take a look of what you can do with Classing{js}: ![alt tag](http://mostafa-samir.github.io/classingjs/others/screenshot1.png "Employee") ![alt tag](http://mostafa-samir.github.io/classingjs/others/screenshot2.PNG "Singleton")

##Your Contributions are Valuable There's a lot more to be done in Classing{js}, and your contribution will certailny help acheving this whether it is:

  • a bug report.
  • a code optimization.
  • a new feature.
  • an expansion to other javascript platform.

Keywords

class

FAQs

Package last updated on 16 Jul 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts