Question: Abstract java code. com/extra/ThirdPartyProviders/FLVS/32959 AP CompSci v9_CA/module15/rtfmod1S/15 03 Assignment Instructions Assessment Notes Instructions: For this assessment, you are going to created an abstract class and

Abstract java code.

Abstract java code. com/extra/ThirdPartyProviders/FLVS/32959 AP CompSci v9_CA/module15/rtfmod1S/15 03 Assignment Instructions Assessment Notes

Instructions: For this assessment, you are going to created an abstract class

com/extra/ThirdPartyProviders/FLVS/32959 AP CompSci v9_CA/module15/rtfmod1S/15 03 Assignment Instructions Assessment Notes Instructions: For this assessment, you are going to created an abstract class and then extend it. 1. Create a folder called Assessment in your Unit 5 assessments folder. a. Create an interface called Processing b. Processing will have one method called doReading() c Save the class as Processing.java. 2. You are to create an abstract class called Homework2. a. It will be same as Homework but also implement Processing. b. It will not implement doReading() c. Save the class as Homework2.java. 3. You are to create a class called MyMath2 that extends class homework a. MyMath2 will be the same as MyMath, however it will also implement doReading(). b. MyScience2 should implement the doReading) method as subtracting 2 pages from the pages read at a time. c. Save the class as MyMath2.java. 4. You are to create a class called MyScience2 that extends class homework. a. MyScience2 will be the same as MyScience, however it will also implement doReading). b. MyScience2 should implement the doReading() method as subtracting 3 pages from the pages read at a time. c. Save the class as MyScience2.java 5. You are to create a class called MyEnglish2 that extends class homework. a. MyEnglish2 will be the same as MyEnglish, however it will also implement doReading) b. MyEnglish2 should implement the doReading(0 method as subtracting 1 pages from the pages read at a time. c. Save the class as MyEnglish2. java. 6. You are to create a class called MyJava2 that extends class homework. a. MyJava2 will be the same as MyJava, however it will also implement doReading). b. MyJava2 should implement the doReading() method as subtracting 4 pages from the pages read at a time. c. Save the class as MyJava2 java. 7. Create a test program called TestHomework2 java to test your class. Use an ArrayList of type Homework2 to test your class (Remember to declare it properly using List). Show the reading assessment before calling doReading() and then after calling it Your output should be similar to

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!