Guest User

Untitled

a guest
May 21st, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. 1) Read the problem statement. Look for statements that mention or list
  2. the attributes of the objects in your problem space. Write down your findings as a class diagram because they provide a quick overview of classes. ( So you can remember what the fuck you’re doing)
  3. 2) Translate the class diagram into a class definition, adding a purpose statement to each class. The purpose statement should explain what information the instance of the class represents.
  4. 3) Obtain examples of information and represent them with instances
  5. of the class.
Add Comment
Please, Sign In to add comment