Hi everyone!
I would like to know how can I create a set of classes where there is a main big square shape with coordinates (x,y).
And derived rectangular and squared shapes with coordinates that are within the main square shape?
Also how can I create a simple "void" move function to move my classes inside the perimeter of the main square? Thanks.