Question: Which of the following is NOT an advantage of using getters and setters?

  1. Getters and setters can speed up compilation.
  2. Getters and setters provide encapsulation of behavior.
  3. Getters and setters provide a debugging point for when a property changes at runtime.
  4. Getters and setters permit different access levels.

Answer: The correct answer of the above question is Option A:Getters and setters can speed up compilation.