Site Owners Forums - Webmaster Forums

Site Owners Forums - Webmaster Forums (http://siteownersforums.com/index.php)
-   PHP / mySQL (http://siteownersforums.com/forumdisplay.php?f=10)
-   -   What are Traits? (http://siteownersforums.com/showthread.php?t=482329)

Krina 06-26-2018 11:19 PM

What are Traits?
 
What are Traits?

frankone 01-30-2019 11:57 AM

Hi there,
Traits are similar to classes, but they cannot be instantiated, therefore they do not contain a constructor. You can group a set of methods in a trait, that will be reused with future classes you will have.
However, i'm sure you are familiar now with them, i see the post is 6mo old.

rankindia 08-26-2019 02:54 AM

A trait is a group of various methods that reuse in single inheritance. A Trait is intended to reduce some limitations of single inheritance by enabling a developer to reuse sets of processes.


All times are GMT -7. The time now is 09:48 AM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.