PHP - Interfaces and Traits
Which of the following is the correct syntax to use a trait named
Logger inside a class File?Logger inside a class File?use keyword inside the class body.include is for files, extends is for inheritance, implements is for interfaces.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions