Difference between C++ and C#.net
Answer Posted / rupali
1..the entry point in c++ is void main() whereas in c#
everything happens in a class.
2.c++ uses: as resolution operator whereas c#uses (.)period
as resolution operator.
3.in c++ to use a library it has to be reffered
explicitly.whereas in c# there is a namespace called
mscorlib.dll which implicitly load all the libraries
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is the difference between struct and class in c#?
Which is the best language for desktop application?
What is the syntax for calling an overloaded constructor within a constructor?
Define Abstract Class in C#
What is single dimensional array in c#?
What do you mean by winforms in c#?
In howmany ways can you deploy an assembly?
What is dictionary class in c#?
What is the use of console application in c#?
From which base class do all Web Forms inherit from?
When do you generally use a class over a struct?
Why do I get a syntax error when trying to declare a variable called checked?
Can the nested class access, the containing class. Give an example?
How to prevent the error while updating ui control from another thread?
What is gac? How to put assembly in gac?