Component inheritance and component sharing
-
Ancestor
is a component that is inherited (used) by another component.
-
Descendant
is a new component that inherits (uses) another component(s).
- Shared Ancestor
is a component that can be used and shared by multiple components.