CodeClerks

What is the difference between C and C++ ?



Write the reason you're deleting this FAQ

What is the difference between C and C++ ?

C & C++ are computer programming languages that are used to write programs to communicate with computer. Lets see what is the difference between these two programming languages.

C programming language...C is a middle level computer programming language developed at Bell Lab at 1972 by Dennis Ritchie, C is considered as Middle Level Language because of its features. C language contains features of Low Level Language as well as High Level Language. C doesn't support Object Oriented Programming. You can't use polymorphism, encapsulation, and inheritance in C.
C++ programming language....C++ computer programming language was developed by Bjarne Strostroup in 1980. C++ is the super set of containing features of C programming language and Simula67. C++ introduced the concept of Class and Objects. C++ is really advanced then C. You can use polymorphism, encapsulation, and inheritance. Its easy to write program with C++.

I know we have more difference between C and C++ . If you know more then please share with us. It will help us to learn more about C and C++. I hope you guys will share...

Comments

Please login or sign up to leave a comment

Join
simicartan
The major difference between C and C++ is that C is a procedural programming language and does not support classes and objects, while C++ is a combination of both procedural and object oriented programming language; therefore C++ can be called a hybrid language.



App Marketing Made Easy



Are you sure you want to delete this post?