Help - Glossary - C - classVariables

A class - a factory for objects, where the methods are defined that hold for each object of that class - may have variables, which are its classVariables. Like instanceVariables they are symbols used as slots for data.

Glossary - C