Beginner Object-Oriented Programming Concepts
Q21 / 100

What is a "static" method or field?

Correct! Well done.

Incorrect.

The correct answer is A) One that belongs to the class itself rather than to any individual instance

A

Correct Answer

One that belongs to the class itself rather than to any individual instance

Explanation

Static members are shared across all instances and can be accessed via the class name, without needing an object.

Progress
21/100