C++ provides a number of features that "spruce up" the C language, but more importantly, it provides capabilities for ________ that were inspired by the Simula simulation programming language. structured programming simulation object-oriented programming None of the above.

Respuesta :

Answer:

Object-Oriented Programming.

Explanation:

The object oriented programming  is the model which is  based  on "objects" that  may contains information in field form and code in the form of function or procedures or block.The main objective of  Object-Oriented Programming to implement real-world objects in programming such as inheritance etc.

The C++ programming language supports the feature of Object-Oriented Programming They offer a number of features that will "spruce" the C language,