Difference between C++ and C#.net

Answer Posted / varun

c++ was older version while c# is obtained by merging features of c++ and java

Is This Answer Correct ?    15 Yes 16 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Define satellite Assembly?

557


What is difference between dictionary and hashtable in c#?

435


What is encapsulation in csharp?

515


What is public, private, protected, internal and internal protected?

531


Give some examples of commonly used i/o classes?

498






What are the steps to create a webservice and consume it?

475


How to sort an int array in c#?

536


How can I make sure my c# classes will interoperate with other .net languages?

528


Is c# dictionary a hash table?

480


what is difference between destruct or and garbage collection ?

512


What are immutable types in c#?

485


What are the three types of operators?

472


Is friend a constructor?

512


what will be the output of the given below coding. using System; public class Exercise { static void OddNumbers(int a) { if (a >= 1) { Console.Write("{0}, ", a); a -= 2; OddNumbers(a); } } public static int Main() { const int Number = 9; Console.WriteLine("Odd Numbers"); OddNumbers(Number); Console.WriteLine(); return 0; } }

3330


What is difference between asp net and c# net?

487