reset password
Author Message
dgonz
Posts: 16
Posted 20:30 Dec 01, 2017 |

1)Which files do we turn in exactly? Do we turn in our driver classes or just the classes we created?

2) How should we handle the package calls? The duck classes didn't have a package call but the Pizza classes did. Should the duck classes we create remain in the default package and the pizza classes we create remain in the headfirst.factory.pizzaaf package?

Thanks!

msargent
Posts: 519
Posted 18:04 Dec 02, 2017 |

1) Just turn in the classes you create.

2) You need to make sure your classes work out of the box; give them the appropriate packages.

Darren76
Posts: 39
Posted 11:29 Dec 03, 2017 |

There is a little different version of the code online that the textbook had provided.  

Yours has 13 java files, but the one I downloaded from the textbook site has 8 files. Which one should I use to add subclasses ?

msargent
Posts: 519
Posted 14:55 Dec 03, 2017 |

Use the downloaded from the book code. I added some stuff for inclass demo.