Multiple choice technology programming languages

Property works on compile and runtime?

  1. True

  2. False

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

Properties are language constructs that work at compile time for type checking and code generation, and at runtime for executing getter/setter logic. Both phases are involved in property behavior.