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

+33 votes
asked in CSC285_Fall2018 by (1 point)

1 Answer

+17 votes
 
Best answer

For the first task, you'd probably want to create a new removeAllFigures() method inside the Drawing class.

For the second task, you may find the Drawing.removeSelectedFigures() method (which already exists!) useful.

(Of course, you also have to call these methods somewhere within the code, but I'll let you figure that part out on your own.)

answered by (508 points)
selected by
...