logo

Crowdly

Browser

Add to Chrome

Яке значення з'явиться на консолі після виконання наступної програми? class P...

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

Яке значення з'явиться на консолі після виконання наступної програми?

class Parent {

static int x = 2;

static public void print () {

System.out.println (x);

}

}

class Child extends Parent {

static int x = 3;

public static void main (String [] args) {

Parent c = new Child ();

c.print ();

}

}

(Java)

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