How C and C++ different from other languages?

0

How C and C++ different from other languages? what the hekk exactly is a programming language?

We communicate with others with common language everyone knows to deliver and get knowledge, when it comes to computers it can understand high-level languages which we use. So, in order to make the communication process easy between user or developer and the computer, programming language had been introduced, which becomes a better communication language.

what is C?

 

difference between c and c++C is the basic programming language which was developed by Dennis Ritchie becoming a interface between developer and computer, computer can only understand binary language which is low level.which is why C is very close to computer and far to developer, the performance of C language is good when compared to other languages, but it is tough for programmers to write a lengthy program.

 

What is C++?

 

difference between c and c++C++ is a superset or extension of C which has new enhanced concepts Abstraction, encapsulation, inheritance, polymorphism. C++ is both close to the computer and supportable to developers for programming.

Abstraction: Hiding the important data.

  • Encapsulation: Binding all the data in single structure which is possible with class.
  • Inheritance: Accessing other classes information in a current class.
  • Polymorphism: Existence of single function or thing in different forms.

Reasons for  introducing C++

  1. C has become tough for developer to write a lengthy code, but in C++ writing lengthy code is not tough compared to C.
  2. C++ is supportable language for developer to writer complex code.
  3. C++ has introduced four new concepts Abstraction, encapsulation, polymorphism, inheritance.
  4. It supports both oops concepts and C concepts it is the first programming language developed to support  C and oops concepts.

 

Vamshi is a Professional Web Designer & Developer based in the Tech City, Hyderabad, India. He loves exploring technology and beyond, customize and making user friendly. He thoughts to cope with claims is, Life is not just to live and die, but to put a remark on the people.