Database Guy Asks: Object-Oriented Design Theory?

前端 未结 14 635
深忆病人
深忆病人 2021-02-04 20:34

I\'ve worked with designing databases for a loooong time, and these days I\'m working in C# too. OO makes sense to me, but I don\'t feel that I have a good grounding in the dee

14条回答
  •  情深已故
    2021-02-04 21:07

    Start reading about design patters, from say Martin Fowler. :)

    They are the most practical use of OOP.

提交回复
热议问题