Computer Science, asked by bidishasasmal1575, 10 months ago

How can the object approach improve the systems development process?

Answers

Answered by RewelDeepak
0

Explanation:

In the object-oriented approach, the focus is on capturing the structure and behavior of information systems into small modules that combines both data and process. The main aim of Object Oriented Design (OOD) is to improve the quality and productivity of system analysis and design by making it more usable

Answered by Anonymous
0

It is an approach which is intended for the development of systems that might be changed rapidly in association with the response to dynamic business environments.  

It approaches with the use of the industry standard for modeling object-oriented systems, called the unified modeling language (UML). UML is used to break the units into case modals.

Explanation:  

The object oriented program typically divided into two cases such as_

* Communication

*Abstraction.

It generally works on the basis of 5 instructions such as,

1)classes/objects  

2) encapsulation/data hiding

3) inheritance  

4) polymorphism and

5) interfaces/methods.

It should have to noted that in abstraction level we use pattern for further reuse but in communication level there is no such use of patterns.

#answerwithquality

#BAL

Similar questions