Traits in PHP
Hi all, today we will learn about “traits in php”. As we know, PHP is a single inheritance language i.e. a class defined in PHP can’t inherit more than one class. “Traits” are introduced to solve this problem. What are Traits? “A Trait is similar to a class, but only intended to group functionality in a fine-grained and consistent way.” source php.net Trait is just like a helper class which…
View On WordPress












