Question: By implementing encapsulation, you cannot directly access the class's \_ properties unless you are writing code inside the class itself.

  1. private
  2. protected
  3. no-modifier
  4. public

Answer: The correct answer of the above question is Option A:private