66.9k views
1 vote
___ modules in object-oriented languages like C++ enable developers to build program quickly.

User Zana
by
7.6k points

2 Answers

1 vote

Answer:

The answer is reusable modules

Step-by-step explanation:

I took this test.

User Hansjoerg Wingeier
by
9.2k points
3 votes
Objects modules in object-oriented languages like C++ enable developers to build program quickly. The objects contain data and code. The data is in the form of fields, often known as attributes; and the code is in the form of procedures, often known as methods.
The advantage of the object-oriented language is that enables programmers to create modules that do not need to be changed when a new type of object is added.
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.