Question: Write a class encapsulating a pc-based game, which inherits from game. A pc-based game has the following additional attributes: the minimum megabytes of RAM needed
Write a class encapsulating a pc-based game, which inherits from game. A pc-based game has the following additional attributes: the minimum megabytes of RAM needed to play the game, the number of megabytes needed on the hard drive to install the game, and the minimum GHz performance of the CPU. Code the constructor and the toString method of the new class. You also need to include a client class to test your code.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
