Computer Science, asked by Anusha123456, 10 months ago

what is c++? write it's features..​

Answers

Answered by prachi6133
3

Features of C language. It is a robust language with rich set of built-in functions and operators that can be used to write any complex program. The C compiler combines the capabilities of an assembly language with features of a high-level language. Programs Written in C are efficient and fast.

Answered by rakeshaggarwal397
2

Answer:

C++ is an object-oriented language, unlike C which is a procedural language. This is one of the most important features of C++. It employs the use of objects while programming. These objects help you implement real-time problems based on data abstraction, data encapsulation, data hiding, and polymorphism.

Explanation:

Hope it is helpful

Similar questions