Skip to content

Commit

Permalink
Add some OOP questions (yangshun#67)
Browse files Browse the repository at this point in the history
* added some oop questions

* Update oop.md
  • Loading branch information
bingxuren authored and yangshun committed Oct 20, 2017
1 parent 25dc966 commit d522c4c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions algorithms/oop.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

0 comments on commit d522c4c

Please sign in to comment.