Object-Oriented-Programming-OOPs-Python icon indicating copy to clipboard operation
Object-Oriented-Programming-OOPs-Python copied to clipboard

refactor(encapsulation-3.py): Add encapsulation and applies srp

Open RotRotAl opened this issue 1 year ago • 0 comments

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.

RotRotAl avatar Aug 07 '24 12:08 RotRotAl