| class |
| List of: | Glossary Items | |
| Subjects: | C++ Interface | |
| Contents: | Glossary | |
| A class is an object-oriented C++ construct defining data and functions that can be applied to that data. A virtual or base class is used by ACIS to specify the form of the class. A first level derived class is used by ACIS to specify ownership of the class. Second level derived classes can be instantiated. | |||||