Answered step by step
Verified Expert Solution
Link Copied!

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 1 hour and 30 minutes long, this would return 90.
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: 1994
Duration: 142

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Machine Performance Modeling Methodologies And Evaluation Strategies Lncs 257

Authors: Francesca Cesarini ,Silvio Salza

1st Edition

3540179429, 978-3540179429

More Books

Students also viewed these Databases questions