Creating new classes

Class diagrams…

I have an abstract class, it contains Construct, Destruct, Prepare, Release & Update.

Every derived class has it’s own versions of these operations. In some class diagrams there are many more operations to a class.

Every time I create a new class it appears I need to fill all of these in by hand! Is it not possible to create a class from a pre-defined class template ? I’ve now got a class with 20 operations in it, which is inherited by 5 other classes. I really don’t want to sit here in 35 degree heat, typing in the same thing 5 different times :slight_smile:

If you open the specification page for the operations page of the specialisation class, there is a check box called Show Inherited. Check this and the inherited operations should appear.

regards, Tim.