Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Etant donné que la classe A étend la classe B, trouvez une ligne correcte parmi les suivantes:
A
B
A x= new A(); B y = x; A z=y;
B y =new B(); A x= (A)y; B z=x;
A x= new A(); B y = x; A z=(A)y;
B y =new B(); A x= (A)y; B z=(B)x;
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!