Now that we know abstract how about using it!1

Step 1

Convert the Shape class into an abstract class.

Hint: You also need to convert somehing else in this class to abstract. What should it be?

  1. You can find the solution to this task Here.