OO Programming with Object COBOL
Table of Contents
Index
Chapter 11: Class Programs
11.1 Overview
11.2 Class Program Outline
11.3 Inheritance
11.3.1 Method Inheritance
11.3.2 Data Inheritance
11.3.2.1 Data Inheritance in Source Code
11.3.2.2 Data Inheritance at Run-time
11.4 Programming Class Object Behavior
11.4.1 Class Object Data
11.4.2 Class Initialization
11.4.2.1 When Do Classes Get Loaded and Initialized?
11.4.3 Class Methods
11.5 Programming Instance Object Behavior
11.5.1 Instance Data
11.5.2 Instance Initialization
11.5.3 Instance Methods
11.6 Methods
11.6.1 Method Data
11.6.2 Self and Super
11.6.3 Instance Creation Methods
11.7 Reserved Variable Names