Difference between C++ and C#.net
Answer Posted / basveshwar
C++ uses the "include" header files where as c# uses the
namespaces,
C++ runs for assmebly languages
where as c# runs in .net framework,
Pointers can be used anywhere in c++
but in c# pointers are used only in unsafe mode.
C++ does not support the multiple inheritance,c# support
mulutiple inheritance.
| Is This Answer Correct ? | 12 Yes | 41 No |
Post New Answer View All Answers
Is learning c# hard?
What is difference between dictionary and hashtable in c#?
What is the difference between a variable and a literal?
Difference between debug.write and trace.write?
What is the ouput of the following program?
There were a lot of questions asked, so I will list the topic (and add a what is "topic" and know pros/cons). Extreme programming, what is a transaction, various SDLC design approaches, what is a namespace, define a good test case, what is a stored proc, webservice? design patterns? linker? compiler? access modifiers? stack vs. queue? arrays vs. linked lists? sorting algorithms? recursion? OOP principles?
What is the .NET collection class that allows an element to be accessed using a unique key?
What is short in c#?
What is difference between iqueryable and ienumerable in c#?
What is asenumerable in c#?
How to prevent the error while updating ui control from another thread?
What is main thread in c#?
To create a localized application which namespaces are necessary?
How many bytes is a long c#?
Tell me the difference between call by value and call by reference.