Object-Oriented Programming (OOP)

In computer science, Static member refers to which of the following?

Correct answer

D. A class member that belongs to the class itself rather than to any individual object instance.

Explanation

Static member refers to a class member that belongs to the class itself rather than to any individual object instance.