logo

Crowdly

Browser

Add to Chrome

Які операції зі посилальними змінними в тілі методу main() не приведуть до помил...

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

Які операції зі посилальними змінними в тілі методу main() не приведуть до помилки компіляції?

class A {

...

}

class B extends A {

...

}

class C extends B {

...

}

public class MyClass {

public static void main (String args []) {

A x1 = new A ();

B x2 = new B ();

C x3 = new C ();

...

}

}

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