Question: [15%] Answer questions (i) and (ii) below: ass A void 170 t/statements // data/fields int a; public int b; private int c; protected int d;
[15%] Answer questions (i) and (ii) below: ass A void 170 t/statements // data/fields int a; public int b; private int c; protected int d; static private int e; static public int f; final int g-5; static void f80 (/* (i): list all fields/methods in class A that can be directly accessed here*/ //end class A class B (// in same package as class A public static void main(Stringll argy) //methods void f10 public void 120 protected void f30 /statements */ statements*/) statements/ A objA - new A0 /* (ii): : list all fields/methods in class A that can be accessed using objA private void f40 statements/ 3 II end class B static public void 1501/ statements*/ final void f60* statements/)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
