What is the difference between extending a component and component overlay?
What is the difference between extending a component and component overlay?
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.
Should be B no ?