Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+8 votes

Do we only need 2 boxes on the UML diagram? One for the visualizer class and one for the course class?

asked in CSC305 Fall 2019 by (1 point)
0

Depends on classes you have and how they interact with each other.

3 Answers

+1 vote

It depends on how many classes you have. If you have for example a separate class for the parsing, then you would need 3. Our group has about 10 separate classes.

answered by (1 point)
0 votes

It's as many as the number of classes you have

answered by (1 point)
0 votes

Depends on how many classes you create with in your project, make sure you list all methods

answered by (1 point)
...