karan / Projects

:page_with_curl: A list of practical projects that anyone can solve in any programming language.
https://twitter.com/karangoel
MIT License
44.58k stars 10.52k forks source link

Added a Company Manager problem in Classes #58

Closed syndbg closed 9 years ago

syndbg commented 9 years ago

A standard OOP problem by the book.

Any suggestions? I could have this extended in the Database problem set by adding time-simulation and persistence. Ex. the Company class is going to be in a World class that has days passed. And the Company should reflect on that. When 30 days pass employees should get paid, company budget get reduced and etc.

vdrey commented 9 years ago

This seems like an interesting problem to me.

syndbg commented 9 years ago

Bump.