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
Is unity object oriented?
Why are local variables stored in stack?
What is the interface in c#?
What is difference between float and integer?
What is int parse in c#?
What do you mean by the delegate in c#?
Explain how many types of exception handlers are there in .net?
Can abstract class be sealed in c#?
Why we use get and set property in c#?
What is the use of regex in c#?
How to properly clean up excel interop objects?
What is an interface class in c#?
How many types of namespaces available in version4?
What is xaml in c#?
What is parallel foreach in c#?