OO Programming with Object COBOL
Table of Contents
Index
Chapter 14: Writing a Class Program Tutorial (UNIX)
14.1 Structure of a Class
14.1.1 Identifying a Class
14.1.2 Identifying Classes Used by a Program
14.1.3 The Class Object Program
14.1.4 Writing a Class Method
14.1.5 The Object Program
14.1.6 Instance Methods
14.2 Animating the Stopwatch
14.3 Summary