added some oop questions

pull/67/head
Bingxu Ren 8 years ago
parent 4c672de8e6
commit f2aa9ca7af

@ -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 challenging problems 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?
Loading…
Cancel
Save