Example #1
0
 public TurkeyClub()
 {
     sandwich = new Sandwich("Turkey Club");
 }
Example #2
0
 public BLT()
 {
     sandwich = new Sandwich("BLT");
 }
Example #3
0
 public HamAndCheese()
 {
     sandwich = new Sandwich("Ham and Cheese");
 }