Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Can i know how to know which instance data are accessible? 2. Answer the following about the given classes. (2 marks) public class A1 {
Can i know how to know which instance data are accessible?
2. Answer the following about the given classes. (2 marks) public class A1 \{ public int x; private int y; protected int z; \} public class A2 extends A1 \{ protected int a; private int b; 3 public class A3 extends A2 \{ private int q; 3 Which of the lists of instance data are accessible in class A2 ? X, Z, A, B Which of the lists of instance data are accessible in class A3 ? X,Z,A Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started