Pls list all the differences between C and C++..
Diff b/w C and C++
Collapse
X
-
c is not object oriented but c++ is object oriented.
C is a procedural programming language.
In object oriented programming we can break the problems and we can solve easily.
In C inside the structure we cannot have functions but in c++ we can have.
Function overloading is not possible in C.
C is a topdown approach but c++ is bottom up approach.
For more information visit the following link.
-
Comment