Monday, April 30, 2007
What is C++ ?
Welcome to C++ Learning Sessions..
C++ is very entertaining and one of the most used programming language. I hope you will enjoy learning this beautiful programming language. ALL THE BEST.
C++ Fact File
C++ is a Object Oriented Programming Language, developed by Bjarne Stroustrup in 1983 at Bell lab.
It is a powerful general purpose language which contains almost all the features of C including low level features like memory management,pointers etc.
One major advantage over C is object oriented features of C++. From small-scale to large-scale application can be created in C++.
It also supports other programming approaches like Procedural,Object-based programming, Generic programming, and Functional programming.
Originally it was named as "C with Classes".
C++ is also considered as Superset of C.
C++ is having a special concept called "operator overloading". This concept is not present in the earlier OOP languages and it makes the creation of libraries much cleaner and easy.