Previous Section  < Free Open Study >  Next Section

Chapter 8 Class-Specific Data and Behavior

Heuristic 8.1 Do not use global data or functions to perform bookkeeping information on the objects of a class. Class variables or methods should be used instead.

    Previous Section  < Free Open Study >  Next Section