Question d’entretien chez Microsoft

What is interface? Give me an example of using interface.

Réponse à la question d'entretien

Utilisateur anonyme

30 juin 2012

an interface serves as a contract for function signatures, much like a contract for behavior or traits. Unlike inheritance, where it inherits everything from it's super class.