gfactory
FordFactory.cc
Go to the documentation of this file.
1
#include "
FordFactory.h
"
2
3
#include <iostream>
4
using namespace
std;
5
6
void
Ford::go
() {
7
cout <<
" Factory car ford fordVar[1] "
<< fordVar[1] << std::endl;
8
}
9
10
Ford::Ford
() {
11
cout <<
" Instantiating Ford"
<< endl;
12
fordVar[0] = 100;
13
fordVar[1] = 200;
14
}
FordFactory.h
Ford::go
void go()
Definition:
FordFactory.cc:6
Ford::Ford
Ford()
Definition:
FordFactory.cc:10
examples
FordFactory.cc
Generated by
1.9.1