Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Movie Class The movie class should have the following fields: title, stored as a String productionCompany, stored as a String year, stored as an int
Movie Class
The movie class should have the following fields:
title, stored as a String
productionCompany, stored as a String
year, stored as an int
hours, stored as an int
minutes, stored as an int
Write the following methods for the Movie class:
A constructor, which takes parameters of the above information and stores them in the appropriate fields.
Accessor and mutator get and set methods for each of the fields.
getDuration which returns the total number of minutes the movie lasts. For example, if a movie is hour and minutes long, this would return
toString, which returns a String showing the title, company, year, and duration on separate lines with appropriate prompts. For example:
Title: The Shawshank Redemption
Production Company: Castle Rock Entertainment
Year:
Duration:
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started