retagged by
1,505 views

1 Answer

1 votes
1 votes

Option C: attributes name and operations

Object-oriented design is the process of planning a system of interacting objects for the purpose of solving a software problem. It is one approach to software design

An object contains encapsulated data and procedures grouped together to represent an entity. The 'object interface' defines how the object can be interacted with. An object-oriented program is described by the interaction of these objects. Object-oriented design is the discipline of defining the objects and their interactions to solve a problem that was identified and documented during object-oriented analysis.

https://en.wikipedia.org/wiki/Object-oriented_design

 

Answer:

Related questions

1.2k
views
1 answers
1 votes
admin asked Mar 31, 2020
1,209 views
According to Brooks, if $n$ is the number of programmers in a project team, then the number of communication path is$n(n-1)/2$n\log n$n$n(n+1)/2$
904
views
1 answers
0 votes
admin asked Mar 31, 2020
904 views
The extent to which the software can control to operate correctly despite the introduction of invalid input is called asreliabilityrobustnessfault toleranceportability
2.0k
views
1 answers
0 votes
admin asked Mar 31, 2020
1,999 views
On an average, the programmer months is given by $3.6 \times (KLOC)​\large^{1.2​}$. If so, a project requiring one thousand source instructions will require$3.6$ PM.$0.36$ PM.$0.0036$ PM.$7.23$ PM
1.2k
views
1 answers
0 votes
admin asked Mar 31, 2020
1,234 views
Relation of COCOMO model is$E=a*(KLOC)^6$E=a*(KLOC)^5$E=a*(KLOC)^7$E=a*(KLOC)^3$