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
What is a variable in c#?
What are the Types of assemblies that can be created in dotnet
What is .edmx file?
What is a custom attribute?
How garbage collection deals with circular references.
Write down the c# syntax to catch an exception
write a program to find the biggest palindrome in the given string
What is difference between for and foreach loop in c#?
Explain the differences between static, void and public in c#?
What is string in c# net?
What is ac callback?
What namespace is list in c#?
Why linq is having select clause at the end?
What is an inheritance in c#?
Is hashset serializable c#?