Kristofer Younger 2b3c165a0f Update 'README.md' | 6 yıl önce | |
---|---|---|
README.md | 6 yıl önce |
some group discussion ideas.
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.
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.
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.
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.
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.