public Processor makeCPU() { HighEndGamingProcessor newProcessor = new HighEndGamingProcessor(); return(newProcessor); }
public Processor makeCPU() { HighEndGamingProcessor newProcessor = new HighEndGamingProcessor(); return newProcessor; }