A third-party module uses a layout update that changes the template path for a core block from Magento_Catalog::product/view/addto/compare.phtml toMyCompany_MyModule::custom/view/addto/compare.phtml. The merchant has a customized version of this template in their custom theme. What is a consequence of this setup?
A - This setup will throw an IllegalStateException.
B - If a preference for the core block is set, the template will no longer apply.
C - If another module is installed which also customizes the same core template, the templates will be rendered sequentially.
D - If the custom module is removed, the custom template will no longer apply.
Please correct me on this which answer is correct of given 4 options i tried much R&D of it and according to C or D is the correct answer please help me to correct this.