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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top