Mana Coding
Interview
PHP Tutorial
Tutorials
💼
All Interviews
Interviews
Choose a language
View all
🌐
HTML
🎨
CSS
⚡
JavaScript
🐍
Python
☕
Java
💻
PHP
⚙
C
🧠
C++
🔷
C#
🗃️
SQL
☰ Questions
Home
›
Interview
›
Python
›
What are namespaces used for?
Interview Question
What are namespaces used for?
Short, clear answer + key notes. Use the sidebar to browse more questions.
💡 Concept
✅ Quick Revision
💻 PHP
Answer
They prevent name collisions and organize code (e.g., Vendor\\Package\\Class).
←
Previous
What is a function in PHP?
Next
What is autoloading?
→