Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Please answer practice questions using **JAVA** ---- ---- ---- --- --- --- ---- ---- ---- Short Answer public abstract class GoodStuff public GoodStuff(int x) {
Please answer practice questions using **JAVA**
----
----
----
---
---
---
----
----
----
Short Answer public abstract class GoodStuff public GoodStuff(int x) { jj = 22; } public double methodl(double d) { return 100.001; } public int method20) return z; } private final boolean method3() public abstract void method4): private int z=39; public int jj = 4; public Strings } public class FritoPie extends GoodStuff public FritoPie(int pugh) public String camel (int oneHump, int two Humps) public double methodi(double xzw) {return super methodl(300.6);} public class FritoPie extends GoodStuff public FritoPie(int pugh) public String camel (int oneHump, int two Humps) public double methodl(double xzw) {return super method1(300.6);} public String p="argh"; public int jj; public int k; } 1 Name: ID: A Use the above two classes when problems make reference to the GoodStuff 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 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 classStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started