Simple interface implementation, I guess. What OOP concept would you call a class implementing an interface that is not a marker interface? It's not inheritance, you can only inherit from classes.
There's no difference in implementing a marker interface an implementing any other interface, other than the number of methods
you should implement.
Does it really matter what OOP concept it is, if it is an OOP concept to start with?