A drawing application: the user can add different kinds of shapes to a canvas. All these shapes have a few things in common, like background color, border and so on. As your exercise, create a new class: Shape and let two classes: Rectangle and Circle derive from the