Frage

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.

War es hilfreich?

Lösung

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.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top