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

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c# - Making TableLayoutPanel Act Like An HTML Table (Cells That Resize Automatically Around Text) -