+ 17
What is the real difference between c ; c# ; c+ ;and c++.....?
can anybody help me out here.....>>>>
2 Antworten
+ 9
c: It's a structured, multi-purpose, imperative programming language
c++: Similar to C, but only object oriented
c#: Similar to Java, but only developed by Microsoft for .Net platform
c+: Faster than light travel above the speed of light; or it could be a school grade
+ 4
C is not oop. C++ is C with oop and some other features. C# is the C stack version of Java.