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 advantage of singleton class?
What is multidimensional array in c#?
What is a thread c#?
Explain how is the dll hell problem solved in .net?
What are Regex / regular expressions ?
What is arraylist class in c#?
How to use reflection to call generic method?
How we convert private assembly into public assembly?
If multiple interfaces are inherited and they have conflicting method names; What will happen ?
Can non-default constructors be used with single call sao?
What is dataadapter c#?
Whats an assembly? Describe the importance of assembly?
Are c# strings null terminated?
Is there a way to force garbage collection?
Explain the difference between object type and dynamic type variables in c#?