Multiple choice technology programming languages

We achieve Encapsulating Type State with Properties?

  1. True

  2. False

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

Properties encapsulate an object's type state by providing controlled access to internal fields. Getters and setters define how state is read and modified, hiding the actual storage mechanism.