logo

Crowdly

Browser

Add to Chrome

public class A{ private String s; public void m1(){s="toto";} } pu...

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

public class A{

private String s;

public void m1(){s="toto";}

}

public class B extends A{

private int i;

public void m1(){super.m1();m2();}

public void m2(){i=42;}

public void m3(){m2();}

}

public class C extends B{

public void m3(){m4();}

public void m4();

}

Quelles affirmations sont correctes ?

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

Want instant access to all verified answers on moodle.umontpellier.fr?

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

Browser

Add to Chrome