--- _db_id: 228 content_type: project ready: true submission_type: nosubmit title: OOP Excercises --- Here are a few oop challenges for you. If you are new to OOP then it would make sense to do these in the following order: - {{% contentlink path="projects/oop/person" %}} - {{% contentlink path="projects/oop/dice" %}} - {{% contentlink path="projects/oop/bank-accounts" %}} Please note: these exercises have no mention of frontend, gui, dom, html or any other stuff like that. You should be able to prove to yourself that your classes work just through use of unit tests. You should be able to interact with your classes from the command line.