+ 4
How do classes and objects differ in c and c++
2 Answers
+ 2
C is a function oriented programming language so it doesn't support classes & objects. While C++ is an object oriented prog. language.
0
@bJay I agree that you couldn't create class in C, but objects were here ^^
https://stackoverflow.com/questions/351733/can-you-write-object-oriented-code-in-c