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 interface c#?
What is string empty?
Is c# int immutable?
Which constructor is called first in c#?
How long will it take to learn c sharp?
Can we overload indexer in c#?
Can we declare class as protected?
How do I simulate optional parameters to com calls?
What is uint64_t?
Can a abstract class have a constructor?
What do you mean by saying a "struct is a value type"?
Is a valid int value?
What is the difference while using directive vs using statement ?
What is ado net in c#?
What is eager and lazy loading in c#?