Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 209 Bytes

File metadata and controls

2 lines (2 loc) · 209 Bytes

exapmle-to-learn-inheritance-logic

implement four types of people: kid, parent, old but not old enough, and elderly. The basic idea behind this homework is to use inheritance logic for those type of people.