Object-Oriented-Programming-OOPs-Python
Object-Oriented-Programming-OOPs-Python copied to clipboard
refactor(encapsulation-3.py): Add encapsulation and applies srp
the example wasn't following single responsibility principle by mixing i/o operation with setter/getter. and the increment function volute the encapsulation of the setter.