Posts

Showing posts from September, 2020

Object Oriented Programming lanugage - C++

C++ Introduction C++ is one of the most popular programming language supports Object Oriented Programming structure and developed by Bjarne Stroustrup in the year of 1979. It is the extension of Programming language C.  Previously it was named as "C with Classes" later changed as C++. The name C++ coined by Rick Mascitti.  It supports all the cross platforms (Operating Systems) and easy to learn and edit. It is used to create different applications what the user needs. C++ includes Encapsulation, Polymorphism, Abstraction and Inheritance . It has very big library functions. Character Set C++ contains set of characters which is used to create tokens. It includes Alphabets (A to Z, a to z), Numbers(0 to 9), Special Characters ( {} [] ' " ; : / . , > < = + - \ () * % ) and White space .