logo

Crowdly

Browser

Add to Chrome

Яка змінна класу Анедоступна його спадкоємцю класу B? 1 package newpack; 2...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Яка змінна класу Анедоступна його спадкоємцю класу B?

1 package newpack;

2 public class A {

3 public int a;

4 protected double c;

5 private protected int q;

6 private int j;

7 }

8 class B extends A {

9 int c;

10 B (int b1, int b2) {

11 super ();

12 c = b1;

13 d = b2;

14 }

0%
0%
0%
0%
0%
More questions like this

Want instant access to all verified answers on moodle.chnu.edu.ua?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome