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
7 cout << " Factory shape Triangle::Area() " << endl;
8}
9
10void Box::Area() {
11 cout << " Factory shape Box::Area() " << endl;
12}
13
void Area()
void Area()