Exercise: Object Oriented Analysis & Design Lab # 8
Exercise: Object Oriented Analysis & Design Lab # 8
Lab # 8
Exercise
Task 1: Draw an UML class diagram to express the structural relationships in the following
program and draw an UML sequence diagram to express the dynamic behavior.
import java.util.Vector;
class StringContainer {
private Vector v = null;