gfactory
Loading...
Searching...
No Matches
ShapeFactory.cc
Go to the documentation of this file.
1#include "ShapeFactory.h"
2
3#include <iostream>
4using namespace std;
5
6// See header for API docs.
7
9 cout << " Factory shape Triangle::Area() " << endl;
10}
11
12void Box::Area() {
13 cout << " Factory shape Box::Area() " << endl;
14}
void Area()
Example implementation that prints a message.
void Area()
Example implementation that prints a message.