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.

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

14. Acknowledgments

15. About this document


Previous Next Table of Contents