what is ioc and explain ioc
Answers
Answered by
1
Answer:
Inversion of control (IoC) is the principle where the control flow of a program is inverted: instead the programmer controls the flow of a program, the external sources (framework, services, other components) take control of it. As the name implies Inversion of control means now we have inverted the control of creating the object from our own using new operator to container or framework. Now it’s the responsibility of container to create object as required.
Answered by
0
Answer:
ioc nhi ion hota h samjh me nhi aa rha h ki
Similar questions