+ 15
What are the differences between c and c++?
help me understand the differences between this two languages
6 Answers
+ 10
The major diffrence is that C is a PROCEDURAL language, and does not support class and object. but C++ is object oriented language and support both object and class.
+ 9
thanks I ll check them out
+ 7
Main difference : C is not object oriented while C++ is.
+ 3
c is not object oriented
c++ is object oriented
+ 3
c is the old version that doesnt support class and object and c++ is the incremented version of that......which is object oriented that supports classes...etc....