;Task:
Create two classes &nbsp; Point(x,y) &nbsp; and &nbsp; Circle(x,y,r) &nbsp; with a polymorphic function print, accessors for (x,y,r), copy constructor, assignment and destructor and every possible default constructors
<br><br>
