What is C++ ?

C++ is an object oriented programming (OOP) language, developed by Bjarne Stroustrup, and is an extension of C language. It is therefore 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.

 

C++ Reading Book :

C++ Book

 

C++ Examples by C. K. Kumbharana Sir :

C++ Examples

 

The material and content in this blog is prepared by some expertise faculty in their own field and also taken from the Web Sites which are available on the internet.