Thursday 19 January 2017

Some Important Difference Between C, C++ AND OBJECTIVE-C

ios-development-objective-cccc.jpg

Some Important Difference Between C , C++ & OBJECTIVE-C

  1. C is a procedural language. C++ is procedural as well as object oriented programming language. Objective-C is a general-purpose, high-level, object-oriented programming language.
  2. In C, importance is given to the steps or procedure of the program. C++ focuses on data. Objective-c focuses on Both( function & Data).
  3. Due to data hiding feature of OOP the data is secured in C++ and Objective-C. But in C the data is not secured..
  4. C is low level programming language. C++ have features of both low level programming and high level programming language. Objective-C is a high level programming language.


No comments:

Post a Comment