0
What is the difference between c and c++ ?
generale
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...
+ 2
C++ allows using OOPS concepts. Like inheritance polymorphism. Which was not possible using pure c.
0
it is based on c
0
thank you friends
0
besides Object oriented programming, C++ also allows "pass by reference" technique