logo

Crowdly

Browser

Add to Chrome

У програмі наведено таке опис: 1 class A { 2 double a; 3 double b; 4...

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

У програмі наведено таке опис:

1 class A {

2 double a;

3 double b;

4 }

5 class B extends A {

6 double c;

7 B (double p, double q, double v) {

8 super (p, q);

9 c = v;

10}

11}

Виконання програми завершилося помилкою. Які зміни необхідно включити в текст програми, щоб виключити помилку?

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