#include "Prototype.h"#include "Record.h"#include "CarRecord.h"#include "BikeRecord.h"#include "PersonRecord.h"#include "RecordFactory.h"

Go to the source code of this file.
Functions | |
| int | main () |
| int main | ( | ) |
Definition at line 11 of file Prototype.cpp.
References BIKE, CAR, RecordFactory::CreateRecord(), PERSON, and Record::Print().
