161k views
4 votes
Object-oriented approaches use the industry standard for modeling object-oriented systems, called ________ to break down a system into a use case model.

A) Extensible Markup Language (XML)
B) HyperText Markup Language (HTML)
C) Unified Modeling Language (UML)
D) Vector Markup Language (VML)

1 Answer

3 votes

Final answer:

The industry standard for modeling object-oriented systems is Unified Modeling Language (UML). UML provides a visual representation of the system and allows developers to break down the system into a use case model.

Step-by-step explanation:

The correct answer is C) Unified Modeling Language (UML).

Unified Modeling Language (UML) is the industry standard for modeling object-oriented systems. It provides a visual representation of the system, allowing developers to break down the system into a use case model.

UML uses diagrams to represent different aspects of the system, such as use case diagrams, class diagrams, and sequence diagrams. These diagrams help in analyzing the system's requirements, design, and behavior.

User Galactic Ranger
by
7.7k points