Let's say a shape is ,a circle with a radius ,or a square with a rectangular size.
I want to pass shapes to functions, eg to draw them on the screen,
draw(myshape) or myshape.draw();
But how do i implement best shapes ?

Reply via email to