Add some OOP questions (#67)

* added some oop questions

* Update oop.md
This commit is contained in:
Bingxu Ren
2017-10-20 12:21:40 -05:00
committed by Yangshun Tay
parent 25dc9663ad
commit d522c4cceb

View File

@ -2,3 +2,7 @@ Object-Oriented Programming
==
- How would you design a chess game? What classes and objects would you use? What methods would they have?
- How would you design the data structures for a book keeping system for a library?
- Explain how you would design a HTTP server? Give examples of classes, methods, and interfaces. What are the challenges here?
- Discuss algorithms and data structures for a garbage collector?
- How would you implement an HR system to keep track of employee salaries and benefits?