Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Best Resources to learn OO Design and Analysis [closed]

Tags:

oop

I am looking for the best resources, videos, books, magazines(I like videos) to learn and master Object Oriented design and analysis. I would really like to know more about trusted and reputable methodologies for structuring your programs, designing classes, and dealing with databases in your programs. So, my question is what are the best resources?

thanks

like image 560
jumbojs Avatar asked Dec 06 '22 07:12

jumbojs


1 Answers

The 'Head First' books are very good:

  • Object oriented analysis and design
  • Design patterns
like image 78
RandomProgrammer Avatar answered Mar 08 '23 23:03

RandomProgrammer