OO Programming with Object COBOL
Table of Contents
Index
Chapter 5: Writing a Class Program Tutorial
5.1 Structure of a Class
5.1.1 Identifying a Class
5.1.2 Identifying Classes Used by a Program
5.1.3 The Class Object Program
5.1.4 Writing a Class Method
5.1.5 The Object Program
5.1.6 Instance Methods
5.2 Animating the Stopwatch
5.3 Summary