SarkariResultess QA Bank

Answer & Explanation

4 Answers
Verified

extends HasRoles;

extends HasRoles;
Additional Explanation
यह विकल्प सही Core PHP solution नहीं है।
Verified

include trait HasRoles;

include trait HasRoles;
Additional Explanation
यह विकल्प सही Core PHP solution नहीं है।
Verified

trait HasRoles;

trait HasRoles;
Additional Explanation
यह विकल्प सही Core PHP solution नहीं है।
Verified Correct Answer

use HasRoles;

use HasRoles;
Additional Explanation
use trait functionality class में compose करता है।