C++ Language

What is C++ Language 

  • C++ is a general-purpose, object-oriented programming language.
  •  It was created by Bjarne Stroustrup at Bell Labs  1980. 
  • C++ is very similar to C .
  •  C++ is so compatible with C that it will probably compile over 99% of C programs without changing a line of source code. Though C++ is a lot of well-structured and safer language than C as it OOPs based.
  • C++ is a middle-level language, as it encapsulates both high and low level language features.
  • C++ supports the object-oriented programming, the four major pillar of object-oriented programming (OOPs) used in C++ are: 
  1.   Inheritance 
  2. Polymorphism
  3.  Encapsulation
  4.  Abstraction

C++ Program

#include <iostream>

 using namespace std;

 int main()

 {

 cout << “TopperWorld”; 

return 0;

 }

Premium E-Books & Study Materials.

Access university-specific notes and programming guides. Download instantly to start studying.

Share Article :

TopperWorld
Prime E-Books

Master programming and core CS concepts with expert-curated study guides.

Recent Tutorials :

What Jobs Will AI Replace: Which Careers Will Grow in the Next 5 Years?
Java Most Asked Interview Question and Answer
Top 10 AI companies in India
How Generative AI is Transforming Programming
Top GITHUB Interview Questions and Answers