Question: important, stuck help please Let Pp= new C(). What would be the outputs for p.getl() and p.get () ? p.getl(): p.get(): public class P{ int

important, stuck help please
Let Pp= new C(). What would be the outputs for p.getl() and p.get () ? p.getl(): p.get(): public class P{ int i=5; int j=10; public int getIO { return i;} public int getJO { return j;} public class C extends P{ int j=30; public CO{ super. i=25; j=20; super. j=15 \} public int getI() { return i; \} \}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
