0

énonce fausse

class A { public void doe() { System.out.println("A"); } public void doe(String str) { System.out.println(str); } } class B { public static void main(String[ ] args) { A object = new A(); object.doe("B"); } }

20th Feb 2017, 8:41 PM
Maher Moussa
Maher Moussa - avatar
2 Réponses
+ 7
I don't see any problem with the code.
20th Feb 2017, 10:03 PM
Tashi N
Tashi N - avatar
+ 4
Je ne vois toujours pas non plus de problème avec ce code ( en revanche, la question est fausse orthographiquement, même en français... :P ) [ I don't still see no more problem with this code ( however, the question is othographically false, even in french... :P ) ]
21st Feb 2017, 7:32 AM
visph
visph - avatar