A <code>static</code> field
- A
Cannot be modified
- Bcheck_circle
Has one copy shared across all instances of the class
- C
Has one copy per object
- D
Is private always
Explanation
Class-level data; shared by all instances.
AP Computer Science A· difficulty 4/5
A <code>static</code> field
Cannot be modified
Has one copy shared across all instances of the class
Has one copy per object
Is private always
Explanation
Class-level data; shared by all instances.
Want 10 more like this — adaptive to your weak spots?