1. Constructor overloading –
Implement a class named Movie. Movie should have properties representing a title and a year in which the movie was released. The year should be stored as an int, and the title as a String.
Provide two constructors -- one which takes just a title, and one which takes a title and yearReleased. You should also write the methods getTitle(), getReleaseDate(), changeTitle(String newTitle) and setReleaseDate(int year).
Once you have implemented your Movie class, write a separate class, TestMovie, that includes a main method that tests all your public methods.
Answers
Answered by
0
Answer:
gsgfeegdyxr
Explanation:
brhrc4xuef3gd
Similar questions