December 2003
Beginner
288 pages
7h 8m
English
To understand how inheritance is represented, consider the Dog example presented in Chapter 7, “Mastering Inheritance and Composition.” In this example, the class GoldenRetriever inherits from the class Dog as shown in Figure 10.2. This relationship is represented in UML by a line with an arrowhead pointing in the direction of the parent or superclass.

The notation is straightforward, and when the line with the arrowhead is encountered, an inheritance relationship is indicated.
Indicating Interface Inheritance
A dashed line with an arrowhead indicates an interface, which is discussed in ...
Read now
Unlock full access