lab_inheritance
Insidious Inheritance
|
Files | |
file | test_constructor.cpp |
A simple application that demonstrates a problem with the Circle constructor. | |
file | test_destructor.cpp |
A simple application that demonstrates a problem with the Triangle destructor. | |
file | test_pure_virtual.cpp |
A simple application that demonstrates a problem with Truck pure virtual methods. | |
file | test_slicing.cpp |
A simple application that demonstrates slicing in the Flower class. | |
file | test_virtual.cpp |
A simple application that demonstrates a problem with Shape virtual methods. | |