You can write any program based on the title assigned. Please use C++ for programming Title: Sports Activity The program must fulfill ALL the requirements below. The requirements listed below are the MINIMUM requirement. a) Create at least one (1) base class. b) Create at least two (2) derived classes that inherit from the base class created in 2(a). c) Create at least one (1) object for each class and one (1) array of objects for one of the class. d) Create at least one (1) default constructor for all the classes. f) Apply dynamic memory allocation using keyword new and delete for any object or array of objects. g) Create at least one (1) virtual function. h) Write sufficient comments to explain your program.
You can write any program based on the title assigned. Please use C++ for
Title: Sports Activity
The program must fulfill ALL the requirements below. The requirements listed below are the
MINIMUM requirement.
a) Create at least one (1) base class.
b) Create at least two (2) derived classes that inherit from the base class created in 2(a).
c) Create at least one (1) object for each class and one (1) array of objects for one of the class.
d) Create at least one (1) default constructor for all the classes.
f) Apply dynamic memory allocation using keyword new and delete for any object or array
of objects.
g) Create at least one (1) virtual function.
h) Write sufficient comments to explain your program.
Step by step
Solved in 4 steps with 3 images