Multiple choice technology architecture

How to define stereotypes in UML?

    • checkSum
  1. – checkSum

  2. <<Application>>

  3. Customer1

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

UML stereotypes are defined using double angle brackets around the stereotype name, like <>. This notation extends standard UML elements with domain-specific meaning. The + and - symbols in options A and B represent visibility modifiers (public and private), not stereotypes.