Class scope Flashcards
(3 cards)
1
Q
What is class scope
A
An operation or an attribute that applies to a class rather than an instance.
2
Q
How is class scope shown in UML Diagrams
A
Underlined attributes
3
Q
Java equivalent
A
Static fields