Why do people talk about DI frameworks "instantiating an object graph" rather than "instantiating ob

Posted by Chuck on Stack Overflow See other posts from Stack Overflow or by Chuck
Published on 2010-03-28T17:25:22Z Indexed on 2010/03/28 17:33 UTC
Read the original article Hit count: 321

I'm reading a book about DI that always talks about DI frameworks "instantiating an object graph". Why say it this way rather than "instantiating objects"?

© Stack Overflow or respective owner

Related posts about terminology

Related posts about dependency-injection