function install() { $us = new Computer(); $hp = new HP(); $bu = new Blue(); $us->Inusb($bu); $us->Inusb($hp); }