Python Programming - Encapsulation - Discussion

Discussion Forum : Encapsulation - General Questions (Q.No. 48)
48.
What is a potential advantage of using encapsulation?
Increased code complexity
Improved code maintainability
Reduced data security
Unrestricted access to internal details
Answer: Option
Explanation:
Encapsulation in Python can lead to improved code maintainability by organizing code into a more modular and understandable structure.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.