What is the cardinality ratio between class and interface? [closed]

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

Leave a Comment