156k views
2 votes
the object oriented programming model provides what traits to programs? a.) reusability, simulation and efficiency b.) recursion, scalability and efficiency c.) reusability, scalability and efficiency d.) reusability, scalability and inefficiency

User Torak
by
7.2k points

1 Answer

4 votes

Final answer:

The object-oriented programming model provides the traits of c. reusability, scalability, and efficiency to programs.

Step-by-step explanation:

The object-oriented programming model provides the traits of reusability, scalability, and efficiency to programs.

Reusability allows developers to write code once and reuse it multiple times, saving time and effort. Scalability enables programs to handle increasing amounts of data or users without compromising performance. Efficiency ensures that programs execute tasks quickly and use resources effectively.

Therefore, the correct answer to the question is option c.) reusability, scalability and efficiency.

User Marventus
by
7.7k points