Question: Consider a requirement to develop a software application that calculates and prints the area and volume of a movie hall after the user enters the

Consider a requirement to develop a software application that calculates and prints the area and volume of a movie hall after the user enters the length, width and height for the type of hall he/she will like to watch a movie in You have been asked by your boss to develop the software using the C++ programing language and the concept of classes and objects Your program must ask the user for inputs, no hard-coded input values. Further, setup the data members of the class such that they are accessible to classes that derive from it but not accessible to other classes. (60 points) Note: Not using classes and object to accomplish the task will result in a grade of zero for this question. For the toolhar press IT&C Use the concept of classes and objects to write a C++ program that calculates and prints the area and volume of a swimming pool after the user enters the length, width, and depth of the swimming pool. Derive this class from your movie theater class in question 1. (40 points) Note Not using classes and object to accomplish the task will result in a grade of zero for this question. Also, your program must ask the user for inputs
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
