Question: CSC 202 Computer Science II Priority Queue Lab Write a Java class called Game to represent a video game. The Game object should have three




CSC 202 Computer Science II Priority Queue Lab Write a Java class called Game to represent a video game. The Game object should have three instance variables: two String objects named name and console, and a Date object named date access modifiers. You will need to write the appropriate getter and setter methods to allow another class or object to access and modify the data values. Game should have a parameterized constructor which takes a String parameter: aName, a Date parameter: aDate, and a String parameter: aConsole (in that order). In accordance with good programming practice, you are to override the toString method inherited from Object. The toString method should return in the following format: "Name-delim-Date-delim-Console" When using the date instance variable in the to get date's value
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
