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 uint c#?
What is c# commonly used for?
What is the process of delegation?
What is difference between string and string builder?
Is it true that all c# types derive from a common base class?
Define delegation in .net?
Give 2 scenarios where static constructors can be used?
What is oledb in c#?
State the top.NET class that everything is derived from?
What is difference between private and protected?
Can a child class call the constructor of a base class?
What is the base class from which all value types are derived?
Explain the access modifiers in c#?
How is exception handling implemented in c#?
Explain the process of polymorphism with an example?