Beginner Object-Oriented Programming Concepts
Q29 / 100

What is a "constant" in the context of a class?

Correct! Well done.

Incorrect.

The correct answer is B) A field whose value is fixed and cannot be reassigned after initialization

B

Correct Answer

A field whose value is fixed and cannot be reassigned after initialization

Explanation

Constants represent fixed values, such as mathematical constants or configuration values, that should never change.

Progress
29/100