Hello, I'm getting "Meat unresolved" message in compiler with the following bit of code. Meat is the name of another class in the same project, just don't know why it can't resolve the class name.
Thanks for the helpCode:public Pantry(){ List<Garnish> garnishes= new ArrayList(10); List<Sauce> suaces= new ArrayList(10); List<Meat> meats= new ArrayList(10); orderFood(Meat, 10); orderFood(Garnish, 10); orderFood(Sauce, 10); }


Reply With Quote


Bookmarks