video #29 - Advance PHP | Namespace

3 months ago
10

The ‘Namespaces’ are qualifiers that solve two different problems. They allow for better organization by grouping classes that work together to perform a task. They allow the same name to be used for more than one classes.

Loading comments...