However, the most important addition is the Object Oriented Programming
library. The OOP library is based on the C++ model of object oriented
programming. It fully supports polymorphism, encapsulation and inheritance.
Other important features and properties are:
- early and late binding
- single inheritance for code and data
- static, dynamic and class specific memory allocation
- explicit constructors and destructors
- full support for bit fields.
StrongForth.f 1.2 has been extensively tested and is well documented,
including a 20-pages introduction, an OOP tutorial and a complete glossary.
It is distributed under the GNU General Public License. Version 1.2 is
available for download at
<http://home.vrweb.de/stephan.becher/strongforth.f>.