Multiple choice technology programming languages

You can not change fields internal implementation over time?

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Fields are internal implementation details that can be changed without breaking external code, as long as the public interface (properties) remains stable. The claim that you cannot change field implementation is false.