1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Nataly_w [17]
3 years ago
9

A software development team must choose a type of programming design that will provide them with the ability to make changes to

the code at any time during the development cycle. Also, the design must enable the developers to easily reuse code in other programs. What programming design should the team choose?
A.structural
B.object-oriented
C.objective
D.top-down
Computers and Technology
2 answers:
mylen [45]3 years ago
5 0

Answer:

B.object-oriented

Explanation:

Object oriented programming deals with modelling a real object in a programming structures. This object has properties like attributes and behavior. This objects can then be manipulated by a class, the other properties like behavior and attributes can then be related to the object.

Object oriented programming is usually encourage because of the re-usability characteristics.

In python an object is represented within a class structure. For example

class animal():

   def __init__(self, name, sound)

         self.name = name

         self.sound = sound

   x = animal("lion", " roar")

print(x.name)

print(x.sound)

The animal is an object and the name is an attribute of the animal while the roaring is one behavior the animal exhibit. All this characteristics are manipulated in the class structure.

Neporo4naja [7]3 years ago
3 0
B. object-oriented would be the answer. Hope this helps! #Brainliest
You might be interested in
_____ refer(s) to computer programs that provide instructions for a computer to execute a desired task. Answer .a.Software .b. I
Dmitriy789 [7]
Software, which contains coded information that is almost like instructions for your computer.
8 0
3 years ago
1.Discuss why this class is important (or not) to a soon-to-be security practitioner. 2.Discuss one of more subjects you have le
KIM [24]

Answer:

I just can't make out the question

8 0
3 years ago
Simplify the expresion<br>12. 12g + 9g​
Lerok [7]
12g + 9g simplified is 21g
7 0
3 years ago
In what situations other than developing software might the process of analysis, design, development, test, deployment, and main
forsale [732]

In Systems development  or  traditional waterfall approach will the process of analysis, design, development, test, deployment, and maintenance be a useful approach.

<h3>What is software development?</h3>

Software development is known to be a term that connote the composition  of computer science works made for the process of developing , designing, and aiding software.

Note that In Systems development  or  traditional waterfall approach will the process of analysis, design, development, test, deployment, and maintenance be a useful approach. as it also uses the dteps listed above.

Learn more about software from

brainly.com/question/1538272

#SPJ1

7 0
3 years ago
What process combines data from a list with the content of a document to provide personalized documents?
Andrej [43]
The appropriate answer is d. mail merge. Mail merge uses a database of addresses that are used to create pre-addressed mailing labels that are generally used when sending letters to a very large group. This type of application is used by utility companies or any other organizations that requires mass mailings. Mail merge is found in the Microsoft Word application. Excell spreadsheets can also be used to complete tasks similar to that of mail merge.
8 0
3 years ago
Read 2 more answers
Other questions:
  • How would you say an hard drive works
    9·2 answers
  • What does intergrated organization mean
    15·1 answer
  • A tablet computer transmits a file over a wi-fi link to an access point.
    13·1 answer
  • On the Attendance worksheet, in cell L5, enter an IF function to determine if the percentage in cell K5 is greater than or equal
    9·1 answer
  • Write a program that takes the radius of a sphere (a floating-point number) as input and then outputs the sphere’s: Diameter (2
    7·1 answer
  • A sense of scale tells us what about the objects in a picture?
    11·2 answers
  • When using the Common Internet File System (CIFS), which security model does not require a password to be set for the file share
    7·1 answer
  • Write a program that produces an expense report for a trip to Lagos, Nigeria. Use the Internet to research the cost to travel to
    13·1 answer
  • What is data intergrity​
    13·1 answer
  • Define a function that will return the length of a list
    5·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!