Tuesday, 5 July 2016

Introduction to c++

What is c++:-
C++ is an object oriented programmin
 language. It was developed by bjarne stroustrup at AT & t Laboratories in
Murray hill New Jersey,USA. In the early 1980 stroustrup an admire of simula67 and a strong suppoerter of C wanted to combined the best of both languages and create a more powerful language that coul
object oriented features. The result wac++

C++ is a superset of c . Most of what we already know about c apllies to c++ also. Therefore almost all c program run on c++.

 The most facilities that c++ ads on c are classes,inheritance, function overloading. This feature enable creating a stract data type types,inherit properties from existing data types and support polyforphism.

 Difference c and c++ :-



  Applications of  :-


  • Since cpp alows us to create hierarchical related objects ,we can build special object oriented libraries which can use by programmers.
  • While cpp is able to map the real world problem properly the c part of cpp gives the language the ability to get close to the .achi e level details.
  • Free Search Engine Submission

No comments:

Post a Comment