Multiple choice technology programming languages

which of the following statements are true about use cases ?

  1. Use cases cannot be traced to a goal

  2. Use cases can be traced to atleast one goal

  3. Use cases are always traceable to multiple goals

  4. Use cases are not object oriented

Reveal answer Fill a bubble to check yourself
B,D Correct answer
Explanation

Use cases describe interactions between actors and a system to achieve goals. They must be traceable to at least one goal (B) - a use case without a purpose serves no function. While use cases are part of UML modeling, they are behavioral descriptions, not object-oriented constructs themselves (D). Use cases capture functional requirements regardless of implementation paradigm.