198k views
0 votes
Select

What is one drawback of the object-oriented programming approach?
A
increases debugging and software maintenance
B
takes longer to plan
C.
prevents code reuse
D.
discourages data abstraction

User Eyevan
by
3.6k points

2 Answers

5 votes

Answer:

its b

Step-by-step explanation:

pluto got a a

User Jan Jongboom
by
3.2k points
5 votes

Answer:

Option(b) is the correct answer to the given question

Step-by-step explanation:

The object programming approach is to solved the complex task problem of the real world .Java and C++ language are the example of the object programming approach .The object-oriented programming means that we can created the class also with the help of object we will access the element inside the class .

Following are the advantages of oriented programming approach is given below :

  • In the object oriented programming approach we will maintain the software in the effective way.
  • In the object oriented programming approach we will increases the debugging in the program .
  • In the Object oriented programming approach it provide the feature of code re usability.
  • With the help of oriented programming approach we will created the project in the low cost .
  • Object Oriented programming approach discourages the data abstraction.
  • Option (b) is the disadvantages of object-oriented programming approach that's why this option is correct according to the question.

User Anas Nakawa
by
3.4k points