1.

What Is Inversion Of Control (ioc)?

Answer»

Inversion of Control (IOC) is ALSO called as dependency Injection which is nothingbut a design pattern that GIVES control to the ASSEMBLER of classes. In general, class will instantiate ANOTHER class if REQUIRED.

But in this design pattern, this control has been to given to assembler and assembler will instantiate required class if needed.

Inversion of Control (IOC) is also called as dependency Injection which is nothingbut a design pattern that gives control to the assembler of classes. In general, class will instantiate another class if required.

But in this design pattern, this control has been to given to assembler and assembler will instantiate required class if needed.



Discussion

No Comment Found