logo

Crowdly

Browser

Add to Chrome

Quel type de classe interne reconnaît-on dans le code ci-dessous:  public class...

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

Quel type de classe interne reconnaît-on dans le code ci-dessous: 

public class ClasseExterne {

  ClasseInterne c = new ClasseInterne () {

        public void afficher(){

             System.out.println("Qui suis-je ?" ) ; 

        }

    };

       

    public static void main(String args[]) {

        c.afficher();

    }

}

More questions like this

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

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

Browser

Add to Chrome