Chapter 8 Using Object Languages
Operation stereotypes
An operation has the following default stereotype:
Stereotype
constructor
Description
Operation that creates and initializes an instance of a class
Generalization stereotypes
A generalization has the following default stereotype:
Stereotype
implementation
Description
Specifies that the child object inherits the implementation of the parent object but that it does not make public its interfaces, nor support them, thus violating its substitutability