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 read and readline in c#?
What is the use of console application in c#?
Why we use get and set method in c#?
Is string passed by reference in c#?
I wish to create a windows application to perform a similar function as that of the "Search" which is provided to look for related files and folders in the System.. What steps must i follow??
What is the difference between interface and inheritance in c#?
What is difference between dictionary and hashtable?
What is generic method in c#?
What are the types of assembly available
What is private variable?
What is a console device?
What is dll in vb.net?
What are regular expressions? Search a string using regular expressions?
What is the use of return in c#?
What are extender provider components?