Exemplo n.º 1
0
        public GraphicsCard makeGraphicsCard()
        {
            HighEndGamingGraphicsCard newGraphicsCard = new HighEndGamingGraphicsCard();

            return(newGraphicsCard);
        }
 public GraphicsCard makeGraphicsCard()
 {
     HighEndGamingGraphicsCard newGraphicsCard = new HighEndGamingGraphicsCard();
     return newGraphicsCard;
 }