C++ programming
Select 1 class from the following options. Answer the following questions:
- What data could each object of this class type need to store?
- What behavior or functionality could each object of this class perform?
- Provide the class definition of your class using C++ syntax. (Refer to the Cash Register class definition at the bottom of page 393).
Select one of the following classes that might be used within a C++ program for a kiosk that provides self-service bicycle and scooter rentals:
Option 1: Bike class
Option 2: Scooter class
Option 3: Renter class