A Higher-Order Component is a function that takes a component and returns a new enhanced component with additional props, state, or behavior. It's a pattern derived from React's compositional nature that allows code reuse, logic abstraction, and props manipulation.