Ejemplo n.º 1
0
 function install()
 {
     $us = new Computer();
     $hp = new HP();
     $bu = new Blue();
     $us->Inusb($bu);
     $us->Inusb($hp);
 }