+ 1
How to solve 67 lesson in c#
2 Answers
+ 2
You shoud Complete the given Brush and Spray classes by
- inheriting them from class Draw
- implementing the StartDraw() method for each tool, in order to output
"Using brush" for Brush, or
"Using spray" for Spray.
So that means this should see similar to class Draw but with other inheriting.
And the each method is similar but this override the method from class Draw.
+ 1
Thanks a lot