Fill This Form To Receive Instant Help
Homework answers / question archive / C++ 1) Write a program that uses base class and derived class with the following: At least 4 member variables for the base class and 2 member variables for the derived class 2) Write the definitions of the member functions of the base class and derived class, (get /set), and two types of constructors 3) Write a Display function to display your class and constructors 4) Modify an instance of the object using the setter method and print it to the screen
C++
1) Write a program that uses base class and derived class with the following: At least 4 member variables for the base class and 2 member variables for the derived class 2) Write the definitions of the member functions of the base class and derived class, (get /set), and two types of constructors 3) Write a Display function to display your class and constructors 4) Modify an instance of the object using the setter method and print it to the screen