Tagged Questions

2
votes
3answers
169 views

What does “Stereotype” mean? [closed]

Possible Duplicate: What’s the difference between a stereotype and a class inheritance in UML? What does "Stereotype" mean? Is it a concept of OOP?
2
votes
3answers
336 views

What’s the difference between a stereotype and a class inheritance in UML?

I'm confused about the difference between something being a "stereotype" and being a "superclass" in UML. Let's say I want to create a diagram involving a "WidgetMaker." WidgetMaker is clearly an …