oop - Is there any difference between UML Use Case "extends" and inherance? -


or "extends" use case inheriting another?

--update

just clarification, i've read books , made lot of diagrams. can't see difference between extends on uml , on inherance. bill said, uml extends indicates optional behavior, in inherance either new behavior can or not use. so, what's difference?

this similar inheritance. see detailed description of concept here.

enjoy!


Comments

Popular posts from this blog

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -