0

What is the difference between c and c++ ?

generale

12th Aug 2016, 10:50 PM
El Hannach Mouhcine
El Hannach Mouhcine - avatar
5 Answers
+ 2
C++ it's like an extension of C... The main difference it's that C++ it's designed over C to implement the Object Oriented Paradigm... so, C++ offers the tools need it to define classes and ineritance...
13th Aug 2016, 2:52 AM
Nelson Urbina
Nelson Urbina - avatar
+ 2
C++ allows using OOPS concepts. Like inheritance polymorphism. Which was not possible using pure c.
13th Aug 2016, 6:06 AM
sidharth arora
sidharth arora - avatar
0
it is based on c
13th Aug 2016, 2:36 AM
Sharad kale
0
thank you friends
13th Aug 2016, 10:28 AM
El Hannach Mouhcine
El Hannach Mouhcine - avatar
0
besides Object oriented programming, C++ also allows "pass by reference" technique
13th Aug 2016, 7:42 PM
Oyekunle Oyegunle
Oyekunle Oyegunle - avatar