Solved

Class Definition Ch 04-3

Question 39

Essay

Class Definition Ch 04-3
Consider a class called Building. This class consists of a number of floors (numberOfFloors) for the building, a current floor for the elevator (current), a requested floor of a person waiting for the elevator (requestedFloor), and methods for constructing the building object, for moving the elevator one floor up, for moving the elevator one floor down, for requesting the elevator and for starting the elevator going. Assume that requestedFloor will be set to 0 if there are currently no requests being made (or the last request has already been fulfilled).
-Refer to Class Definition Ch 04-3: Write the constructor for this class.

Correct Answer:

verifed

Verified

public Building(int ...

View Answer

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions