Next: obj-scl, Previous: obj-glo, Up: lib-objects [Contents][Index]
• obj-bas-uobj | Using SICStus Objects | |
• obj-bas-def | Defining Classes | |
• obj-bas-ucl | Using Classes | |
• obj-bas-la | Looking Ahead |
The SICStus Objects package enables programmers to write object-oriented programs in SICStus Prolog. The objects in SICStus Objects are modifiable data structures that provide a clean and efficient alternative to storing data in the Prolog database.
This user’s guide is neither an introduction to object-oriented programming nor an introduction to SICStus Prolog. A number of small, sample programs are described in this manual, and some larger programs are in the demo directory.