Question: Create an interface At least one method, and variable ----POJOS--------------- Create an abstract class LABEL A -with 2 properties with 3 methods, at least concrete,

 Create an interface At least one method, and variable ----POJOS--------------- Create

Create an interface At least one method, and variable ----POJOS--------------- Create an abstract class LABEL A -with 2 properties with 3 methods, at least concrete, l abstract Extend 2 classes LABEL B, C from that abstract class (LABEL A) -Implement the interface -Provide 2 additional Methods -Provide a constructor that will Syso -Add 2 throws exception declaration to 2 methods, 1 checked, 1 unchecked Extend 2 SubClasses LABEL D, E one from each of the previous classes (LABEL B, C) Provide a Constructor that Calls Super Constructor and Syso afterwards Check the inherited methods and the exceptions Make a main class that shows you used all the above - Required Test the senarios below (not graded, to learn) Instantiate a class with an AbstractClass Reference, use control space to see what variables, and methods are available Cast that AbstractClass reference down. Can you remove the exceptions in the subClasses? or change it from RuntimeException to Exception or vice versa Can you change it to a different Exception? Catch the Exceptions, add a finally block, call a method from the catch block Does the method run before or after the finally block? What are the default values of each scope? Objects = null for instances at Static aka Class scope Objects =? for Instance, Parameter, and Local scope? Each primitive dafault value

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!