chore: remove freeform questions

This commit is contained in:
Yangshun Tay
2019-09-25 19:05:35 -07:00
parent 9631a1d8d9
commit 002c7f1215
21 changed files with 33 additions and 311 deletions

View File

@ -3,7 +3,7 @@ id: oop
title: Object-Oriented Programming
---
## More questions
## Sample questions
- 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?