S
Q. Which statements are most accurate regarding the following classes?
class A{
private int i;
protected int j;
}
class B extends A{
private int k;
protected int m;
}
- Correct Answer - Option(B)
- Views: 16
- Filed under category JAVA
Discusssion
Login to discuss.