A

Admin • 832.27K Points
Coach

Q. What is true about encapsulation?

  • (A) It hides the implementation details of an object
  • (B) It prevents object creation
  • (C) It is not possible in Python
  • (D) It refers to code reuse
  • Correct Answer - Option(A)
  • Views: 26
  • Filed under category Python
  • Hashtags:

Explanation by: Admin

Encapsulation protects object integrity by hiding internal data and requiring access through methods.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.