Previous
Next
Table of Contents
Xbase++ For The Class(y) Hacker
Dave Pearson
<davep@hagbard.demon.co.uk>
v1.00.05
This document relates my own experiences and observations in regards to porting existing Clipper/Class(y) code to Xbase++.
1.
Introduction
2.
Class creation syntax.
2.1 CREATE CLASS
2.2 END CLASS
2.3 MESSAGE x METHOD y
2.4 MESSAGE x IS DEFERRED
2.5 [CLASS] VAR x TYPE y
2.6 VISIBLE:
3.
CLASS METHOD implementation
4.
:className
5.
:isKindOf()
6.
:class
7.
Super calls on method implementation
8.
:super
9.
Deferred methods
10.
Alternate Constructors
11.
Method invocation using @:
12.
Other differences
13.
Tools for supporting both environments
13.1 XBPP(Y).CH
13.2 CSY2XBPP.PY
14.
Acknowledgments
15.
About this document
Previous
Next
Table of Contents