+ 2

[DUPLICATE] whats the difference between C and C++?

20th May 2018, 4:48 PM
Rusith Darshida
Rusith Darshida - avatar
2 Answers
+ 3
The major difference between C andC++ 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. I think I broke it down a little....
20th May 2018, 5:43 PM
Eniola Odunmbaku
Eniola Odunmbaku - avatar
0
"C++ is C with classes" Of course there are some more differences, also in terms of syntax, but in general you can think of C++ being a superset of C.
20th May 2018, 5:44 PM
Matthias
Matthias - avatar