C++ Introduction

C++ (pronounced "C plus plus") is a programming language began as an expanded version of C. C++ is not purely object oriented language but a hybrid that contains the functionality of the C Programming language. This means that we have all the features that are available in C. C++ is one of the predominant languages for the development of all kinds of technical and commercial software.

The Large quantities of existing C Source code can also be used in C++ Programs. C++ supports the concepts of object oriented programming(OOPs) like Abstraction, Encapsulation, Inheritance, Polymorphism(We going to study all in upcoming articles).