问题描述
在过去的几年里,我几乎一直在开发 C 代码.我目前正在努力提高我的面向对象设计技能.任何人都可以推荐任何具有一些可能的解决方案/分析的简短的面向对象设计问题的资源吗?理想情况下,我希望问题足够小,可以在面试中的问题中勾勒和设计,可以在 15-30 分钟内完成/分析.
谢谢!
推荐答案
看看我对下面两篇帖子的回答
- 对象工作簿面向设计(对象模型域、系统序列图、交互图)
- 软件工程师面试的软件设计问题李>
问题描述
I've been developing almost exclusively C-code for the past few years. I'm currently looking to brush up on my Object Oriented Design skills. Can anyone recommend any resources that have a decent set of short object-oriented design problems with some possible solutions/analysis? I'd ideally like something that was a small enough problem to sketch out and design in during a question in an interview that can be completed/analyzed in 15-30 minutes.
Thanks!
推荐答案
Look at my answers to the below two posts