Let's say class A implements interface B; what can we call class A with respect to interface B? In this case, class A is a "subclass" of interface B (as if B was a class), or is there a special term for implementing the interface, or not?
Thanks in advance
Edit: Alec would agree to answer if that were the answer
implements oop subclass
user1585968
source share