|
lab_inheritance
Insidious Inheritance
|
Files | |
| file | circle.cpp |
| Implementation of the Circle class. | |
| file | circle.h |
| Declaration of the Circle class. | |
| file | color.h |
| Provides a variety of colors for convenience. | |
| file | drawable.h |
| Declaration of the Drawable class. | |
| file | flower.cpp |
| Implementation of the Flower class. | |
| file | flower.h |
| Declaration of the Flower class. | |
| file | line.cpp |
| Implementation of the Line class. | |
| file | line.h |
| Declaration of the Line class. | |
| file | rectangle.cpp |
| Implementation of the Rectangle class. | |
| file | rectangle.h |
| Declaration of the Rectangle class. | |
| file | shape.cpp |
| Implementation of the Shape class. | |
| file | shape.h |
| Declaration of the Shape class. | |
| file | triangle.cpp |
| Implementation of the Triangle class. | |
| file | triangle.h |
| Declaration of the Triangle class. | |
| file | truck.cpp |
| Implementation of the Truck class. | |
| file | truck.h |
| Declaration of the Truck class. | |
| file | vector2.cpp |
| Implementation of the Vector2 class. | |
| file | vector2.h |
| Declaration of the Vector2 class. | |