Difference between C++ and C#.net
Answer Posted / vijay
c++ follows oops and support for multiple inheritence with
direct executable file on platform whereas c# is oops and
component based .net lang.and compiles into assembly
| Is This Answer Correct ? | 18 Yes | 6 No |
Post New Answer View All Answers
Can a struct be null?
Is static thread safe?
What is data annotation in c#?
When should we use delegates in c#?
Can we extend sealed class in c#?
Is c# a technology?
How do you create partial methods?
Is string value type c#?
What is a must for multitasking
What are abstract classes in c#?
How do I run managed code in a process?
What is attribute c#?
What do multicast delegates mean?
Explain the Abstract class in c#.net
List the difference between the virtual method and the abstract method?