Creative Hackerz is a non profit organisation works for teaching people about technology , ethical hacking, etc

Subscribe Us

Responsive Ads Here

Friday 18 September 2020

Master The Skills Of C++ And Be Successful | Introduction to C++ Programming Language | Creative Hackerz

C++ is a computer programming language created in 1983 by Bjarne Stroustrup and designed to serve as an enhanced version of the C language. It is object oriented and is considered a high level language. However, it features low level facilities. C++ is one of the most commonly used programming languages.

Codecademy Code Foundations

Also Read : What are Programming Languages

C++ was designed with a bias toward system programming and embedded, resource-constrained software and large systems, with performance, efficiency, and flexibility of use as its design highlights.  C++ has also been found useful in many other contexts, with key strengths being software infrastructure and resource-constrained applications,  including desktop applications, video games, servers (e.g. e-commerce, Web search, or SQL servers), and performance-critical applications (e.g. telephone switches or space probes).

Also Read : Introduction to C Language


Benefits of C++ over C Language

The major difference being OOPS concept, C++ is an object oriented language whereas C language is a procedural language. Apart form this there are many other features of C++ which gives this language an upper hand on C laguage.

Following features of C++ makes it a stronger language than C,

  1. There is Stronger Type Checking in C++.
  2. All the OOPS features in C++ like Abstraction, Encapsulation, Inheritance etc makes it more worthy and useful for programmers.
  3. C++ supports and allows user defined operators (i.e Operator Overloading) and function overloading is also supported in it.
  4. Exception Handling is there in C++.
  5. The Concept of Virtual functions and also Constructors and Destructors for Objects.
  6. Inline Functions in C++ instead of Macros in C language. Inline functions make complete function body act like Macro, safely.
  7. Variables can be declared anywhere in the program in C++, but must be declared before they are used.

Why should i Learn C++? Read More CLick Here

 Final Word

If you have liked this conent , Please subscribe our blog and youube channel and any suggesstions in the commant box please.....

No comments:

Post a Comment

Popular Posts

Subscribe On Youtube