Implementation (in C)
struct Shape { int type; Point center;};
struct Circle { int type; // Same as in Point center; // the Shape structure int radius;};
Previous slide
Next slide
Back to first slide
View graphic version