Computer Science, asked by kaliavanshika3, 1 day ago

How can we integrate OOP with SD/SA?​

Answers

Answered by shilpa85475
0

Object-Oriented Programming can solve any complex program. Structured Programming provides less reusability, more function dependency.

Explanation:

Structured Analysis and Structured Design (SA/SD) is a diagrammatic notation that is designed to help the user understand the system.

The basic goal of SA/SD is to improve quality and reduce the risk of system failure.

It establishes concrete management specifications and documentation.

It focuses on the solidity, pliability, and maintainability of the system.  

By combining structured techniques and object-oriented techniques we can take advantage of the strengths of both methodologies.

It means a better website system can be created by looking at the design requirements from both a structured approach and an object-oriented approach.

Similar questions