Content deleted Content added
Ronchristie (talk | contribs) |
Ronchristie (talk | contribs) No edit summary |
||
Line 1:
{{rewrite}}
'''Harbour''' is a modern, fast, multiplatform
The Harbour license is GPL with an exception supporting commercial applications, so you can distribute commercial application made with Harbour.
It is designed to use and compile Clipper source code, with Classy OOP
== Design ==
Line 37:
'''Object Oriented Programming'''
Programming in an OOP style is a broader issue than a specific library or a specific interface
Harbour has OOP extensions with full support for classes including inheritance, based on CLASSy syntax. OOP syntax in Harbour is very similar to that of earlier Clipper class libraries so it should be possible to maintain legacy Clipper code with minimal changes.
|