Multiple choice

Which of the following kinds of structural things is a collection of operations that specify a service of a class or component, and describes the externally visible behaviour of that element?

  1. Class

  2. Collaboration

  3. Use case

  4. Active class

  5. Interface

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

Interface is a collection of operations that specify a service of a class or component, and describes the externally visible behaviour of that element.