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