Which are valid relationships in Use Case Diagrams?
-
sub typing
-
include
-
expand
-
extract
B
Correct answer
Explanation
Use case diagrams support specific relationship types. 'include' is a standard UML relationship where one use case includes another's behavior. 'sub typing' is not the correct term (it's 'generalization'), and 'expand' and 'extract' are not UML use case relationships.