Overview of C++
Advertisements
Overview of C++
C++ is a computer programming language developed in 1980 by Bjarne Stroustrup at the Bell Telephone Laboratories. C++ is an Object Oriented Programming Language, which follow oops concept like, inheritance, encapsulation, abstraction and polymorphism.

Where we use C++ Language
C Language is mainly used for;
- Design Operating system
- Design Language Compiler
- Design Database
- Utilities
- Application Software
Advertisements