Computer Science, asked by blueseas4938, 11 months ago

What is the output of this program? Class a { public int i; protected int j; } class b extends a { int j; void display() { super.J = 3; system.Out.Println(i + " " + j); } } class output { public static void main(string args[]) { b obj = new b(); obj.I = 1; obj.J = 2; obj.Display(); } }?

Answers

Answered by savinay4090
0

Answer:

itna kam pts dega toh answer me log ye dega

Explanation:

Similar questions