Description: using a C++ example to illustrate polymorphism, virtual function and etc. The example has a base class of shape, and many concrete shapes as derived classes.
- [shape] - Shape into a contained interface (for th
- [cad] - cad
File list (Check if you may need any files):
1\5\5.dsp
.\.\5.dsw
.\.\5.ncb
.\.\5.opt
.\.\5.plg
.\.\CShape.cpp
.\.\CShape.h
.\.\Diamond.cpp
.\.\Diamond.h
.\.\main.cpp
.\.\Polygon.cpp
.\.\Polygon.h
.\.\Queue.cpp
.\.\Queue.h
.\.\Rectangle.cpp
.\.\Rectangle.h
.\.\ReverseTriangle.cpp
.\.\ReverseTriangle.h
.\.\Square.cpp
.\.\Square.h
.\.\Triangle.cpp
.\.\Triangle.h
.\.\Debug
.\5
1