Disable ads (and more) with a membership for a one time $2.99 payment
Which is NOT a mentioned advantage of C++?
Economic efficiency
Procedural programming model
Object-oriented programming
Improved programmer productivity
The correct answer is: Procedural programming model
C++ is known for its high economic efficiency due to its direct access to the hardware and its use of efficient data structures. It is also popular for its object-oriented programming capabilities which improve code organization, reusability and maintenance. Lastly, it is known for increasing programmer productivity with its high levels of abstraction and standardized library functions. Therefore, the correct answer would be option B because it is NOT a mentioned advantage of C++.