+ 1

What's difference between C# and C++

12th Mar 2017, 8:29 AM
garvita
garvita - avatar
2 Answers
+ 1
the major difference between C and C++ is that C is procedural programming language and does not support classes and objects, while C++ is a combination of both procedural and object oriented programming language; therefore C++ can be called a hybrid language
12th Mar 2017, 8:33 AM
garvita
garvita - avatar
0
C# is more safe, but c++ is faster. c++ doesn't have garbage collector. c# doesn't provide multiple inheritance, but you can use interfaces. The main diffrerence is working with memory and this thing define area of applications of these langs.
12th Mar 2017, 8:59 AM
Tony Loa
Tony  Loa - avatar