April 05
Prof. Ismael H. F. Santos -  ismael@tecgraf.puc-rio.br                                                          2
Non-IoC / Dependency Injection
public class A
{
   B myB = new B();
   C myC = new C();
}