Question: Language-Java Exercise #2: Create an abstract class called GameTester. The GameTester class includes a name for the game tester and a boolean value representing the

Language-Java
Exercise #2: Create an abstract class called GameTester. The GameTester class includes a name for the game tester and a boolean value representing the status (full-time, part-time) Include an abstract method to determine the salary, with full-time game testers getting a base salary of $3000 and part-time game testers getting $20 per hour Create two subclasses called FullTimeGameTester, PartTimeGameTester. Create a console application that demonstrates how to create objects of both subclasses. Allow the user to choose game tester type and enter the number of bours for the part-time testers
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
