q******8 发帖数: 848 | 1 各位大虾可不可以总结一下那几道经典的OOD题的答案:
1. 家具:have a furniture class, some child classes like table, chair, etc.
they want to extend the class hierarchy, as there are wood table, steel
table, wood chair, steel chair, and so on.
2. design a parking lot.
3. design a zoo.
4. design a file system.
这几个设计大概注意点什么,用到什么design pattern了?(刚刚go over了一下
amazon的design的题,发现这几个题出
现不止一次,当然还有其他的题,不过从这个里希望得到些灵感。)
谢谢各位了。 | s*****n 发帖数: 5488 | 2 要求不高,不要吧车算成parking 厂的子类就可以。
自己动手写写更好。都是有搞头的小题目。
【在 q******8 的大作中提到】 : 各位大虾可不可以总结一下那几道经典的OOD题的答案: : 1. 家具:have a furniture class, some child classes like table, chair, etc. : they want to extend the class hierarchy, as there are wood table, steel : table, wood chair, steel chair, and so on. : 2. design a parking lot. : 3. design a zoo. : 4. design a file system. : 这几个设计大概注意点什么,用到什么design pattern了?(刚刚go over了一下 : amazon的design的题,发现这几个题出 : 现不止一次,当然还有其他的题,不过从这个里希望得到些灵感。)
| j*****u 发帖数: 1133 | 3 这类题没有标准答案的,跟着面试官思路走,discuss,分析pros&cons
1-3看起来是OOD,4是system design(除非让你design 一个OO的file system-_-)
【在 q******8 的大作中提到】 : 各位大虾可不可以总结一下那几道经典的OOD题的答案: : 1. 家具:have a furniture class, some child classes like table, chair, etc. : they want to extend the class hierarchy, as there are wood table, steel : table, wood chair, steel chair, and so on. : 2. design a parking lot. : 3. design a zoo. : 4. design a file system. : 这几个设计大概注意点什么,用到什么design pattern了?(刚刚go over了一下 : amazon的design的题,发现这几个题出 : 现不止一次,当然还有其他的题,不过从这个里希望得到些灵感。)
|
|