Content deleted Content added
Thumperward (talk | contribs) split off a lead |
Thumperward (talk | contribs) rm duplicate endnotes, de-stub |
||
Line 46:
Object Oriented Programming. Programming in an OOP style is a broader issue than a specific library or a specific interface. But OOP programming is something many Clipper programmers have come to expect. CA-Clipper 5.2 and especially 5.3 added a number of base classes, and a matching OOP syntax. Libraries such as CLASSy, Fivewin, Clip4Win, and TopClass provide
Harbour have OOP extensions with full inheritance and class declaration. based on Classy syntax , Harbour follows suit in providing a full collection of commands for declaration of classes, inheritance, and so on. The syntax may not wind up being identical with that in the tool you previously used, but it should be possible to maintain your old Clipper class hierarchy with minimal changes to source code.
== See also ==
* [[xHarbour]]
==External links==▼
*[http://www.harbour-project.org Harbour project homepage]▼
*[http://www.viaopen.com ViaCORAL]▼
▲== External links ==
* [http://www.sourceforge.net/projects/doublesvsoop DoubleS (Super Server Paradigm - Programming without code)]
* [http://
▲* [http://www.viaopen.com ViaCORAL]
* [http://www.
* [http://www.
* [http://www.
* [http://www.
* [http://
[[Category:Procedural programming languages]]
[[Category:XBase programming language family]]
|