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.
In C, importance is given to the steps or procedure of the program. C++ focuses on data. Objective-c focuses on Both( function & Data).
Due to data hiding feature of OOP the data is secured in C++ and Objective-C. But in C the data is not secured..
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