Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Object Oriented Design Practice Problems [closed]

Tags:

oop

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!

like image 643
DuneBug Avatar asked Feb 03 '11 19:02

DuneBug


1 Answers

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
like image 76
Aravind Yarram Avatar answered Jan 01 '23 06:01

Aravind Yarram