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 {

int x = 2;

public void print () {

System.out.println (x);

}

}

class Child extends Parent {

int x = 3;

public static void main (String [] args) {

new Child (). print ();

}

public void print (String val) {

System.out.println (val);

}

}

(Java)

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