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
Does c# support multilevel inheritance?
How to handle exceptions that are raised in a component?
Which of these string definitions will prevent escaping on backslashes in c#?
What are the Uses of CLR
What is anonymous types in c#?
What is executenonquery c#?
What is master page in asp net c#?
What is the role of the datareader class in ado.net connections?
Explain About Postback
What is msil, and why should developers need an appreciation of it if at all?
List out two different types of errors in c#?
What is parallel foreach c#?
what is the syntax to inherit from a class in c#?
Explain why do I get an error (cs1006) when trying to declare a method without specifying a return type?
Where is c# compiler located?