Object oriented programming is all about splitting code into individual units that have few responsibilities (ideally only one). This way they are easier to develop/test/maintain.
Object oriented programming is all about splitting code into individual units that have few responsibilities (ideally only one). This way they are easier to develop/test/maintain.