+ 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.
+ 2
Class Brush and class Spray should inherit from the Draw class and override the StartDraw() method.



