In UML specification superstructure 2.5(still Beta, page 203)
A Class may be designated by setting isActive to true as active (i.e., each of its instances is an active object). When isActive is false the Class is passive (i.e., each of its instances executes within the context of some other object).
- I wonder if there is a simple example illustrates the differences in applying each one of them?
- And elaborate this concept a bit?
By definition,
A helpful example could be found Here