Learn programming

What is C++ ?




C++ is pronounced "C-Plus-Plus."ˈsiː plʌs plʌs/ it is an object oriented programming (OOP) language, developed by Bjarne Stroustrup, and is an extension of C language. therefore it is possible to code C++ in a "C style" or "object-oriented style." In certain scenarios, it can be coded in either way and is thus an effective example of a hybrid language.

C++ is a general purpose object oriented programming language. It is considered to be an intermediate level language, as it encapsulates both high and low level language features. Initially, the language was called 'C with classes’ as it had all properties of C language with an additional concept of 'classes’. However, it was renamed to C++ in 1983.




Compiled by: Learn C Plus Plus 
Previous
Next Post »