Object-Oriented Programming (OOP)
What term describes the following? a class member that belongs to the class itself rather than to any individual object instance.
- A. Access modifier
- B. Super keyword
- C. Composition
- D. Static member ✓
Correct answer
D. Static member
Explanation
Static member refers to a class member that belongs to the class itself rather than to any individual object instance.