Yii offers different classes that can simplify common coding tasks, including string and array manipulations or HTML code generation. These classes are called helper classes and are placed under the yii\helpers namespace. They are static, which means they only contain static properties and methods and you must never instantiate them.

BY Best Interview Question ON 01 Feb 2019