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 are virtual destructors?
What are the Types of configuration files and their differences
What is static class in C#?
Which is faster abstract class or interface in c#?
What is the purpose of the integer parse method the decimal parse method?
What is predicate c#?
What is the difference between const and static read-only?
What is different between Boxing and Unboxing?
What are the two uses of a ‘using’ statement in c#?
If you want to write your own dot net language, what steps you will u take care?
What is strongly typed in c#?
What's your approach to fetch static data in your windows form application?
What is the difference between field and property in c#?
What is master page in asp net c#?
What is the difference between finalize() and dispose() methods?