Question d’entretien chez Flexsin

If you implement two interfaces in a class then how can you implement a same method of both interfaces

Réponse à la question d'entretien

Utilisateur anonyme

21 juil. 2018

Like Interface1.method(){ } and Interface2.method(){ }