Question: Question 1 0.25 Points Write a line of code that indicates to the compiler that the method being declared overrides a superclass method. Blank 1

 Question 1 0.25 Points Write a line of code that indicates
to the compiler that the method being declared overrides a superclass method.
Blank 1 Blank 1 Add your answer 0.25 Points Question 2 Write

Question 1 0.25 Points Write a line of code that indicates to the compiler that the method being declared overrides a superclass method. Blank 1 Blank 1 Add your answer 0.25 Points Question 2 Write a line of code that specifies that class Fly inherits from class Insect. Blank 1 Blank 1 Add your answer 0.25 Points Question 3 Call superclass Insect's toString method from subclass Fly's tostring method. Blank 1 Blank 1 Add your answer Last saved w TET IG ing method. Blank 1 Blank 1 Add your answer Question 4 0.25 Points Call superclass Insect's constructor from subclass Fly's constructor, assume that the constructor receives an integer for number of legs and a string for the ability it has. Blank 1 Blank 1 Add your answer Do you have additional content? Lost saved 10:19:41 CH g w Type here to search Create your own Date class (not the existing Java API Date class) that can output the date in multiple formats. You may assume that the user enters the data correctly and that there is not a leap year. Output the date entered by the user in all three of the following formats (with today's date as an example) MM/DD/YYYY (01/26/2021) Month name, DD. YYYY (January 26, 2021) DDD YYYY (026 2021) Use overloaded constructors to create Date objects initialized with dates of the formats and content enters by the user. There should be a default constructor, the second constructor should receive three integer values, the third a string and two integers, the fourth two integers. The user should get a menu of options to enter the date in any one of the three formats. Then the program will convert that entry and display all three formats with a well formatted output to the display. The program should loop continually until the user is done entering dates and chooses to exit. Your files should include the Date class and a DateTest class which contains the code to test your class functions. Also, your submission files should include execution screenshots showing that all options are working correctly. All code should include a comment header with your name, section number, and a description of the program. Grading critena are listed in the associated rubric. Two attempts for submission are allowed to provide an opportunity to ensure all files are included. All code must be executable and your own original work. Code is subject to the same academic integrity guidelines and reporting as other types of assignments and projects. Sample output would look as follows

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!