面向对象的设计实践问题[英] Object Oriented Design Practice Problems

本文是小编为大家收集整理的关于面向对象的设计实践问题的处理/解决方法,可以参考本文帮助大家快速定位并解决问题,中文翻译不准确的可切换到English标签页查看源文。

问题描述

在过去的几年里,我几乎一直在开发 C 代码.我目前正在努力提高我的面向对象设计技能.任何人都可以推荐任何具有一些可能的解决方案/分析的简短的面向对象设计问题的资源吗?理想情况下,我希望问题足够小,可以在面试中的问题中勾勒和设计,可以在 15-30 分钟内完成/分析.

谢谢!

推荐答案

看看我对下面两篇帖子的回答

  1. 对象工作簿面向设计(对象模型域、系统序列图、交互图)
  2. 软件工程师面试的软件设计问题李>

本文地址:https://www.itbaoku.cn/post/627393.html

问题描述

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

  1. Workbook on object oriented design (object model domain, system sequence diagrams, interaction diagrams)
  2. Software Design questions for Software Engineer Interview