Magento Question:

Download Job Interview Questions and Answers PDF

What are the benefits of namespace (package) in magento?

Magento Interview Question
Magento Interview Question

Answer:

We can have more than one module with same name but they should be placed in different namespaces. All Magento core modules are contained in Mage namespace.
core/Mage/Catalog
local/Muster/CustomModule

Download Magento Interview Questions And Answers PDF

Previous QuestionNext Question
Explain the difference between Mage::getSingletone() andMage::getModel() in Magento?How to include CMS block in template file(.phtml)?