本文从WordPress迁移而来, 查看全部WordPress迁移文章
根据用户的输入,创建 身体受伤险,汽车损坏险,其他事故险
——————– 保险 ———————
Insurance.h
1 |
|
BodyInjuryInsurance.h
1 |
|
CarDamageInsurance.h
1 |
|
OtherAccidentsInsurance.h
1 |
|
Insurance.cpp
1 |
|
BodyInjuryInsurance.cpp
1 |
|
CarDamageInsurance.cpp
1 |
|
OtherAccidentsInsurance.cpp
1 |
|
——————– 保险 ———————
——————– 简单工厂 ——————–
InsuranceSimpleFactory.h
1 |
|
InsuranceSimpleFactory.cpp
1 |
|
——————– 简单工厂 ——————–
MyApp.h
1 |
|
MyApp.cpp
1 |
|