You want to replace the instance of Mage_Customer_Helper_Address returned by Mage::helper(‘customer/
address’) with an instance of your own class. Which one of the following xpaths would accomplish that?

A.
global/ rewrite/ helpers/ rewrite/address
B.
global/customer/helpers/address
C.
global/helpers/ rewrite/ customer address
D.
global/helpers/rewrite/customer/address
E.
global/helpers/customer/rewrite/address