EPAM Systems interview question

What is IoC (Inversion of Control)?

Interview Answer

Anonymous

Jul 8, 2022

Inversion of Control is a principle in software engineering which transfers the control of objects or portions of a program to a container or framework. We most often use it in the context of object-oriented programming.