Вопрос

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.

Это было полезно?

Решение

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.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top