Python Programming - Encapsulation - Discussion

Discussion Forum : Encapsulation - General Questions (Q.No. 32)
32.
In Python, what is a potential drawback of using encapsulation?
Reduced code modularity
Increased code complexity
Enhanced data security
Improved code readability
Answer: Option
Explanation:
A potential drawback of using encapsulation in Python is increased code complexity, especially if not managed properly.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.