kamni / staticclass

A simple class where all methods default to static, unless specified otherwise. Provides the benefits of OO inheritance and encapsulation, but without the need to instantiate an object.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

A simple class where all methods default to static, unless specified otherwise. Provides the benefits of OO inheritance and encapsulation, but without the need to instantiate an object.

License:GNU General Public License v3.0