Component (Yii)
Since Craft CMS is built on the Yii PHP framework, it inherits many of Yii’s core concepts. A component in Yii is a reusable software unit that encapsulates specific functionality and can be easily combined to build complex applications. Components provide a way to organize and modularize code within Craft CMS plugins and modules.
In a Craft CMS plugin or module, you register the components you’ll be using in your code.