Saturday, 11 April 2015

Introduction Of C++

By
C++ is an object-oriented, case-sensitive, general purpose, free-form programming language that support the functionality of procedural and generic programming language. It was developed by Bjarne Stroustrup at AT&T Bell Laboratories in Murray Hill, New Jersey, USA, in the early 1980's. The idea of C++ comes from the C increment operator ++, thereby suggesting that C++ is an incremented version of C language.C++ is the object-oriented programming language.

Where C++ is Used :-

we can create this type of application in c++ some of them are as follows :
  • System Programming [e.g. Operating System and Embedded System]
  • Desktop Applications and Servers [e.g. E-Commerce, Web Search and Sql Server etc.]
  • Performance Critical Applications [e.g. Telephone Switches and Space Probes]
  • Entertainment Software
  • Object-Oriented Database
  • Real-Time System
  • AI And Expert System
Basic Concept Of Object-Oriented Programming :-
  • Objects 
  • Classes 
  • Data Abstraction and Encapsulation
  • Inheritance
  • Polymorphism
  • Dynamic Binding 
  • Message Passing  


0 comments:

Post a Comment