Difference between C++ and C#.net
Answer Posted / sharmin jose
Navin, what you told is not correct. C++ is platform
dependent where as C# not. MSIL code will run in any
platform if CLR is running.
For e.g., if a CLR is developed for Linux(I think its
there), the code which got compiled in Windows can be run
there.
But for C++, the .exe file created is very much dependent
on the machine. For e.g., the Windows C++ .exe file can
never be run in Linux.
| Is This Answer Correct ? | 35 Yes | 10 No |
Post New Answer View All Answers
How assembly versioning in .NET prevent DLL Hell problem?
Explain about Threading Types.
What is the ouput of the following program?
What is the difference between icomparer and icomparable in c#?
How many variables do you need?
Can abstract class have private constructor c#?
What is the difference between private and protected in c#?
Can enum have methods c#?
Why we use get set property in c#?
Is null == null c#?
Explain about multithreading?
Can we set image Source dynamically using C# in WPF application?
Why do we parse in c#?
What is single dimensional array in c#?
What is data binding c#?