Monday, 5 June 2017

Introduction To C++

Hello Friends,
Today i am starting with the introduction . C++ is a general purpose,case sensitive,free-form programming language that supports procedural,and object oriented.

Object-Oriented Programming
C++ fully supports object-oriented programming,including the four pillars of object-oriented development:
-Encapsulation
-Data Hiding
-Inheritance
-Polymorphism

Use Of C++
C++ is used by hundreds of thousands of programmers in essentially every application domain.
Anyone who has used either an Apple Macintosh or a PC running Windows has indirectly used C++.
Amazon.com , Facebook , Google , HP , IBM , Microsoft & many more companies uses C++ language

No comments:

Post a Comment

Structure of Program

Hello Friends, Today i am sharing the structure of program with all of you. /*This Program prints Hello World on screen*/ #include<io...