Wednesday, February 7, 2018

C++ Introduction

C++ Introduction


  1. C++ is an object-oriented programming language. It is an extension to C programming.
  2. C++ is a general purpose, case-sensitive, free-form programming language
  3. C++ supports the object-oriented programming, the four major pillar of object oriented programming used in C++ are:
      • Inheritance
      • Polymorphism
      • Encapsulation
      • Abstraction
  4. By the help of C++ programming language, we can develop different types of secured and robust applications:
      • Window application
      • Client-Server application
      • Device drivers
      • Embedded firmware etc

No comments:

Post a Comment