Starting from:

$35

Homework 6 Solution

The goal is this homework is get you familiar with UML diagrams.

    1. Draw class diagrams: You are asked to design classes in UML so that you can represent undirected graphs. An undirected graph consists of a set of vertices and a set of edges. Each edge connects two vertices. Your model should capture only the structure (i.e., connectivity) of such graphs. You do not need to concern with the location of vertices and the length of edges.

    2. Draw object diagrams: Suppose your main function generates the follow graph with vertices v1, v2, v3, and v4, using your classes. Draw the corresponding object diagram.


















Turn in one file via handin: the word file with your class diagrams and object diagrams. The

name of your file should be: LastName_FirstName. For example, if your name is John Smith,

you should turn in two files: Smith_John.zip.

More products