Demystifying Object-Oriented Programming(OOP) in PHP
OOP is a nothing other than a programming technique or paradigm that makes use of classes and objects to write application programs. In an object-oriented program, everything is viewed as a real world object with attributes and behaviours . OOP is ...
damue.hashnode.dev10 min read
Maxi Contieri
Software Engineer
Nice article!
The empty constructor is an anti-pattern
It generates anemic objects polluted with setters and getters