문제

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