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 namespace necessary in c#?
Explain deadlock?
What is orm in c#?
Can multiple inheritance implemented in c# ?
How does dll hell solve in .net?
Explain about CTS?
How many types of variables are there in c#?
What is the difference between firstordefault and first?
What is func c#?
What is check/uncheck?
How to use exception handling in stored procedure?
Why do we need constructor in c#?
Can we extend static class in c#?
What is main thread in c#?
What is callback delegate in c#?