company logo

Class declaration

The class declaration consists of the class header and the interface definition for the class (class_def).

Definition: 

class_dcl := [update_option] class_header [ class_def ] ';'