UML inheritence from interface implementation class

M

Moshe

Hi,

I have an Interface, a class which implements this interface.
I can see that all the interface methods are automatically appears in implementing class which is fine!
The problem is that these methods will not show on a derived class which extends this implementing class.
In other words, if I inherits this class the methods will not appear in the derived class.
What's wrong?
 
Top