logo

Crowdly

Browser

Add to Chrome

¿Cuál es el resultado de este código? class A { A() { System. out ....

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

¿Cuál es el resultado de este código?

class A {

A() {

System.out.print("A");

}

}

class B extends A {

B() {

System.out.print("B");

}

}

class C extends B {

C() {

System.out.print("C");

}

}

public class Test {

public static void main(String[] args) {

new C();

}

}

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

Want instant access to all verified answers on moodle.elpuig.xeill.net?

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

Browser

Add to Chrome