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
0
Answer:
itna kam pts dega toh answer me log ye dega
Explanation:
Similar questions
Math,
5 months ago
Psychology,
5 months ago
Math,
11 months ago
World Languages,
11 months ago
Biology,
1 year ago
Biology,
1 year ago