December 4, 2003 12:00 AM EST
Inversion of Control (IoC) is about software components doing what they are
told, when they are told. Your OO application could well become
unmaintainable without it.
IoC is a pattern that helps teams avoid the dependency hell that results when
an application grows into a large ... (more)