Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

********* C++ PLEASE _. [30 pts] UNCC Parking: You are in-charge of visitor parking decks at Your job is to create a Parking class, which

*********
C++ PLEASE
image text in transcribed
_. [30 pts] UNCC Parking: You are in-charge of visitor parking decks at Your job is to create a Parking class, which has a string variable to identify the decks (For example: CRI Deck, East Deck, Cone Deck, Union Deck). Create a constructor to allow users to initialize the name of the deck. For each of these deck you need a data member to store the num- ber of spots that are occupied. Create member functions that increments the spots occupied by one and another function with same name (overload it) which accepts an integer argument and adds it to the existing spot. Create functions that return the name, occupancy, and revenue of each spots. (Consider each spot occupied for the entire day for simplicity and daily rate of a spot as $7). For every deck, display the following information: name of the deck, occupancy, and revenue. Finally, display the total occupancy of all decks and the revenue (static method is preferred). Test the class with at least three visitor parking decks

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Understanding Oracle APEX 5 Application Development

Authors: Edward Sciore

2nd Edition

1484209893, 9781484209899

Students also viewed these Databases questions