Question: Please answer practice questions using **JAVA** Classes are here Use the above two classes when problems make reference to the Good Stuff and/or Frito Pie
Please answer practice questions using **JAVA** Classes are here


Use the above two classes when problems make reference to the Good Stuff and/or Frito Pie classes 1. As FritoPie stands right now, it will not compile. What method needs to be added to FritoPie in order to get it to compile? For the remaining problems, assume that the required method mentioned in problem 1 has been added to the FritoPie class. 2. Which is the subclass? 3. Which is the base class? 4. Is the following legal? If not, why not? FritoPie joe = new FritoPie(5); boolean xray=joe.method3(); 5. Write code for the camel method that will printout the state variable -. 6. Write code for the FritoPie constructor that will set t equal to 19 and also invoke the constructor of the superclass. 7. From within the main method of some Tester class suppose we have the following code: FritoPie keepers = new Frito Pie(37); Using the keepers object write the next line of code that will set the instance field s to "hello". 8. Is there any method in FritoPie that is overriding a method in GoodStuff? If so, what is it? 9. Name a variable that is being shadowed
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
