+ 1
What is the benefit of using c++ over c
Plz give me a good difference
2 Answers
+ 3
c++
1 static type system (user defined)
2 multi-paradigm
3 exception system
4 constructors/destructors
5 standard libraries
6 overload of operators
7 scoped names
and many others
+ 1
Thanks