Question: By implementing encapsulation, you cannot directly access the class's \_ properties unless you are writing code inside the class itself.
- private
- protected
- no-modifier
- public
Answer: The correct answer of the above question is Option A:private