some group discussion ideas.
Kristofer Younger 2b3c165a0f Update 'README.md' hace 6 años
README.md Update 'README.md' hace 6 años

README.md

ZCW-Objects2-Ideas

some group discussion ideas.

1. Person, Address, Account

Build 3 classes that descrive the people, addresses and account information for a Bank's Customer. A person can have multiple Address and multiple Account. add some interesting meta data to each object.

2. Airline, Flight-Event, Airplane

Build 3 classes that model an airline with many airplanes, which are assigned to a flight. Each flight has a date and times for departure and arrival. add some interesting meta data to each object.

3. Recipe, Ingredient, Step

Build 3 classes that model a recipe with many ingredients, and whihc have several steps to complete the recipe. add some interesting meta data to each object.

4. Student, Lab, Exam

Build 3 classes that model a student within a course. Each Student have many labs, and many exams. Each Lab and each exam have different inof about them Both have a final score, in a range 1..100 points. add some interesting meta data to each object.

5. DeathStar, Fighter, Pilot

Build 3 classes that model a StarWars DeathStar(tm) alonf with its compliment of fighters (several types), and its pilots and what they are able to fly. add some interesting meta data to each object.