I am not sure why this question is voted down?
One interface can be implemented in none or multiple classes.
One class can implement none or multiple interfaces.
class <–|0…n|—|0…n|–> interface
So: Many to many
1
solved What is the cardinality ratio between class and interface? [closed]