Exam 9A0-384 All QuestionsBrowse all questions from this exam
Question 29

What is the difference between extending a component and component overlay?

    Correct Answer: B

    Overlay is used to override the default behavior of an existing component by providing an alternative implementation. On the other hand, extending a component involves augmenting its functionality through the use of Resource Hierarchy and super types, allowing for additional features or modifications without altering the original component's structure.

Discussion
adoAdobeOption: B

Should be B no ?