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
Explain how do you directly call a native function exported from a dll?
Explain about c# language.
Write a program to create a user control with name and surname as data members and login as method and also the code to call it. (Hint use event delegates) Practical Example of Passing an Events to delegates
What is difference between the "throw" and "throw ex" in .net?
In which way a two-dimensional array declared in C#?
What is ado c#?
Can we declare private class in c#?
What is the difference between static and private constructor?
What is a trace and asset? Explain some differences?
What is the diff between System.String and System.Text.StringBuilder classes?
When To use HashTable In C#
What is an assembly qualified name
Which language is used for desktop application?
How many types of delegates are there in c#?
What is asax file in c#?