✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Soit le code suivant (c'est un code correct):
public class A extends B{
private int attr_A;
public A() { attr_A
= 10; attr_B
= "TOTO";
C.attr_C = 100; }}Qu'est-ce qui est vrai?