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


Please Help Members By Posting Answers For Below Questions

without modifying source code if we compile again, will it be generated MSIL again?

483


Why do we need escape characters?

481


Explain the difference between arraylist and array and in c#?

500


What is c# in asp net?

484


What is asp net c# corner?

790






What are the properties of c#?

485


What are the types of constructors?

502


What is wpf c#?

489


What are the principles of delegation?

486


What is a multicast delegate in c#?

531


How do I stop my console from closing in c#?

458


What is firstordefault c#?

538


Why data types are important in c#?

479


What is difference between abstraction and encapsulation in c#?

512


Explain how to implement an object pool in c#.net

522