Let's see. I have to make a homework with a complicated UML diagramm. I have an interface called Q, and a class called W, which realizes the Q interface. I have another class called R, which extends from W.
The question is: Does the class R realize the Q interface?
Thank you guys!