December 2003
Beginner
288 pages
7h 8m
English
Over the years, many tools and models have been developed to assist in designing classes. One of the most popular tools today is UML. Although it is beyond the scope of this book to describe UML in fine detail, we will use UML class diagrams to illustrate the classes that we build. In fact, we have already used a class diagram in this chapter. Figure 1.11 shows the Person class diagram we discussed earlier in the chapter.

Again, notice that the attributes and methods are separated (the attributes on the top, and the methods on the bottom). As we delve more deeply into OO ...
Read now
Unlock full access