+ 3
You have to use the override keyword. An override can't be virtual. You're not inheriting from the Draw class, you're implementing the IDraw interface.
6th Jan 2021, 12:15 PM
ChaoticDawg
ChaoticDawg - avatar
+ 2
Class Brush and class Spray should inherit from the Draw class and override the StartDraw() method.
6th Jan 2021, 12:09 PM
ChaoticDawg
ChaoticDawg - avatar