copy abstract method

BasicShape copy()

It's a method that returns a copy of the current shape.

Implementation

BasicShape copy();