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

What is uint c#?

655


What is c# commonly used for?

640


What is the process of delegation?

697


What is difference between string and string builder?

699


Is it true that all c# types derive from a common base class?

726


Define delegation in .net?

662


Give 2 scenarios where static constructors can be used?

673


What is oledb in c#?

707


State the top.NET class that everything is derived from?

711


What is difference between private and protected?

718


Can a child class call the constructor of a base class?

734


What is the base class from which all value types are derived?

711


Explain the access modifiers in c#?

672


How is exception handling implemented in c#?

770


Explain the process of polymorphism with an example?

659