RosettaCodeData/Task/Polymorphism/00DESCRIPTION

4 lines
234 B
Text
Raw Permalink Normal View History

2016-12-05 22:15:40 +01:00
;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>