Pergunta

can I know what is the different between waterfall model and object oriented model? Since the book and web dint provide much info about it. Thankyou.

Foi útil?

Solução

An appropriate comparison would be to iterative development or one of the Agile methodologies.

The waterfall model is the traditional model of the software life cycle. The waterfall model is sequential. The approach for waterfall model is:

Analyze, Design, Build, Test, Maintenance.

Waterfall model concentrates on software development cycle.

The object oriented model focuses on software design and its implementation.

Classes, Objects, Polymorphism, Inheritance, Coupling, Data dependencies.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top