PHP Traits
Learn how to reduce code duplication and improve code re-use using PHP Traits.
- 7/16/2024
- 3 min read
Hi, I'm Danilo! Welcome to my personal space in the internet, where I write my learning and thoughts about all things web development.
Learn how to reduce code duplication and improve code re-use using PHP Traits.
Learn how to use Interface in PHP and how it relates to Polymorphism.
Learn what PHP Abstract class is and when to use it.