Multiple Choice
Two modules, Foo and Moo, both rewrite the catalog/product model, but only the Moo module's rewrite is being used. Both modules Foo and Moo reside in the community code pool. Which two approaches allow the functionality from both classes to be used? (Choose two)
A) Copy Foo_Model_Product to the local code pool.
B) Copy Moo_Model_Product to the local code pool and merge the logic from Foo_Model_Product into it.
C) Copy Moo_Model_Product to the local code pool and make it extend Foo_Model_Product, making sure the logic of both classes does not conflict.
D) Copy Moo_Model_Product to the local code pool.
E) Change the rewrite directive of the Moo module to rewrite foo/product instead of catalog/product.
Correct Answer:

Verified
Correct Answer:
Verified
Q8: In which config areas are layout files
Q9: To implement a standard Adminhtml form for
Q10: When setData ('some', 'value') is called on
Q11: What does Magento use to determine whether
Q12: Which two of the following methods can
Q14: A native Magento EAV entity will use_.<br>A)
Q15: You want to implement a custom attribute
Q16: Which one of the following class types
Q17: Which table stores information about the relationship
Q18: What must be done to allow a