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.

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.