Difference between C++ and C#.net
Answer Posted / monu sharma
C# is a distinct language from C++. C++ is designed for
general object oriented programming in the days when the
typical computer was a standalone machine running a command
line-based user interface. C++ is a general-purpose
programming language with high-level and low-level
capabilities. It is a statically typed, free-form,
multi-paradigm, usually compiled language supporting
procedural programming, data abstraction, object-oriented
programming, and generic programming.
C# is a simple, modern, object oriented, and type-safe
programming language derived from C and C++. C# (pronounced
C sharp) is firmly planted in the C and C++ family tree of
languages, and will immediately be familiar to C and C++
programmers. C# aims to combine the high productivity of
Visual Basic and the raw power of C++.
However it is also undeniable that the two languages are
very similar in both their syntax and in that they are both
designed to facilitate the same paradigm of programming, in
which code is based around hierarchies of inherited classes.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is a decimal in c#?
Hello! How to do this: "Create manifest utility intended for creating update content files. Application should take a set of files as input parameter and generate XML based manifest file as output one." I use C# and vs.net 2003. It's urgent! Help please, thanks. Mayana
Is c# used for frontend or backend?
Explain states of a thread in c#?
What type is string in c#?
Define strong name in c#?
How long does it take to get a loop recorder put in?
Do vs while c#?
What is the components of window?
Explain About multi level and multiple inheritance how to achieve in .net
What is the difference between dictionary and hashtable in c#?
What is bitwise operator in c#?
Is c# code is unmanaged or managed code?
What are collection classes?
If I have more than one version of one assemblies, then how'll I use old version (how/where to specify version number?)in my application?