Question: JAVA Write a constructor for a Movie object for each of the following: 1. the constructor should initialize the member variables title, year, and rating
JAVA
Write a constructor for a Movie object for each of the following:
1. the constructor should initialize the member variables "title", "year", and "rating" (integer)
2. The constructor should initialize the member variables "title", "year", "rating" (integer), and "stayedAwake" (boolean). Are we allowed to have multiple constructors in one class? why?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
