Previous Page | Next Page

Example: Creating An Object-Oriented Application in SCL

Introduction to the SCL Tutorial

SCL provides many object-oriented programming features such as class and useclass syntax, method overloading, and interfaces. This tutorial demonstrates how to use many of these features by creating a class-based version of a simple data input facility that is based on traditional SCL library functions.

Previous Page | Next Page | Top of Page