Difference between C++ and C#.net
Answer Posted / aman
1.c++ supports Object oriented bt c# is purely object
oriented....2.in c++ the main class is diffrent it is
outside d class bt in c# the main class in inside d class..
Is This Answer Correct ? | 27 Yes | 5 No |
Post New Answer View All Answers
What is difference between class and interface in c#?
What is the use of list in c#?
Write a C# program to find the Factorial of n
What is Private Constructor? and it’s use? Can you create instance of a class which has Private Constructor?
What is difference between ienumerable and list?
what are nullable types in c#
What is part of a method signature in c#?
What is a partial method?
What is function c#?
Explain the difference between a namespace and assembly name in .net?
What is msil in c#?
In how many ways you can overload a method?
What is binding in c#?
Is char * null terminated?
Describe the overview of clr integration.