Asked by Courtney String on Sep 28, 2024

In a UML class diagram,the minus -) indicates:

A) public access
B) protected access
C) private access
D) package access

UML Class Diagram

A type of static structure diagram in the Unified Modeling Language that describes the structure of a system by showing the system's classes, attributes, operations, and the relationships among objects.

Private Access

An access modifier in object-oriented programming that restricts access to the members of a class from outside.

  • Comprehend the symbols used in UML notation and their corresponding access modifiers.