Difference between C++ and C#.net
Answer Posted / navin c. pandit
C++ is platform independent i.e. it directly compiles the
code into executable file where as C# is platform dependent
bcoz. it compiles the code to intermediate language(IL) &
the IL is the paased to .NET framework which activates CLR.
The CLR converts these IL into executable file.
| Is This Answer Correct ? | 39 Yes | 33 No |
Post New Answer View All Answers
What is datetime minvalue in c#?
What is the CTS, and how does it relate to the CLS?
What are desktop applications examples?
What is #region in c#?
What is the difference between system.string and system.text.stringbuilder classes?
Explain the use of virtual, sealed, override, and abstract method?
List out two different types of errors in c#?
Is post back in c#?
Why do we use generics in c#?
How can an inner class access the members of outer class?
When do you generally use a class over a struct?
Explain the difference between private and shared assembly?
how to stored and retrive video in Sql server using asp.net c#......?
What is dto c#?
Can I call a virtual method from a constructor/destructor?