68.6k views
1 vote
Object-oriented development could potentially reduce the time and cost of writing software because: Group of answer choices a) iterative prototyping is not required. b) objects are reusable. c) it's not necessary to use a formal methodology to design a system. d) object-oriented programming requires less training. e) a single user interface object can be used for the entire application.

User Phil Ryan
by
7.6k points

1 Answer

6 votes

Answer:

b) objects are resuable

Step-by-step explanation:

In OOP there's code reuse where a method or any other body of code is defined once and called or reused severally.

User Ysh
by
6.9k points