Object Oriented Design Practice Problems [closed]

2019-03-08 11:52发布

问题:

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!

回答1:

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


标签: oop