gave code class A { int i = 10; } class B extends A { int i = 20; } public class test{ public static void main (String [] args) { A a = new B(); System.out.println(a.i): } }
AnswerBot
8mo
The code will output 10 because the variable i is accessed through a reference of class A.
When a subclass object is assigned to a superclass reference, the superclass reference can only access the sup...read more
Anonymous
author
1y
output is 10 , explaination search parent and child having same data member in java and read geeksforgeeks page.
Help your peers!
Add answer anonymously...
Top LTIMindtree Automation Engineer interview questions & answers
Popular interview questions of Automation Engineer
Top HR questions asked in LTIMindtree Automation Engineer
Stay ahead in your career. Get AmbitionBox app
Helping over 1 Crore job seekers every month in choosing their right fit company
65 L+
Reviews
4 L+
Interviews
4 Cr+
Salaries
1 Cr+
Users/Month
Contribute to help millions
Get AmbitionBox app