PHP L3 (Advanced) Role Interview Questions and Answers
Explain the concept of dependency injection in PHP. Dependency injection involves passing dependencies (objects or services) to a class rather than the class creating them itself. This improves code modularity…