From a33ff1f7d74c4ca14bbfdcf426a4d9fb7e9e234b Mon Sep 17 00:00:00 2001 From: Yangshun Tay Date: Sat, 21 Oct 2017 01:21:23 +0800 Subject: [PATCH] Update oop.md --- algorithms/oop.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/algorithms/oop.md b/algorithms/oop.md index 87afa145..0df9cc2d 100644 --- a/algorithms/oop.md +++ b/algorithms/oop.md @@ -3,6 +3,6 @@ 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? +- 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? \ No newline at end of file +- How would you implement an HR system to keep track of employee salaries and benefits?