Computer Science, asked by gracie, 1 year ago

what is c++? pls tell

Answers

Answered by kvnmurty
3
C++ is an Object oriented programming language.  It has also features of procedural programming language.

C++ was introduced by Stroustrup  in 1984.  It evolved so many times and finally stabilized after a decade.  C++ is the first widely used OOPS (object oriented programming system) for application and system programming on various platforms.

It has all object oriented programming features including multiple inheritance, which is not present in Java, which is a pure OOPS.

Its syntax evolved from C language.  It has operator overloading, templates, classes, methods, constructors, destructors, private and public methods and properties, friend classes and so on.

Many applications programs are developed in C++. 


kvnmurty: click on thank you link please
Answered by keerthika1998lekha
1
C++ is a Object Oriented programming language (OOP).
It is one of the most popular language used for graphical applications.
It was created by Bjarne Stroustrup and released in 1985.
It is an intermediate level language.
It is helpful to create programs to do whatever you wish to do.
You can also create games using this language.
Similar questions