Question: 6
(Choose 1 answer)
What does private visibility (denoted by -) mean in a class diagram?
A. The element is visible to all classes.
B. The element is visible only from within the class that defines it.
C. The element is visible within the class and all subclasses.
D. The element is visible from outside the class only.