Question

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.

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top