Search code examples
oopumlclass-designdata-modelingobject-oriented-analysis

Object Oriented Analysis & Design


I'm looking for a video tutorial/training or even lectures on Object Oriented Analysis & Design. I don't need explanation for UML and Use cases. I want a full software life cycle explained.

I already read Head First: Object Oriented Analysis & Design

The book actually had all I was looking for:

Requirement gathering, Use case diagrams, Class diagrams all applied to a real project.

I'm looking for something similar in which all these topics are explained practically of a real life full project.


Solution

  • youtube has a video - lecture 9 and 10 http://www.youtube.com/watch?v=uH7wh9f2hyo will cover aspects of OOAD.

    But u better read a uml book or Fowlers site on uml - http://martinfowler.com/bliki/uml.html

    Hope I helped you.