Difference between C++ and C#.net
Answer Posted / d.monisha caroline
c#: 1.supports interface concept
2.it contains attributes, delegates,reflection
3.it does not support multiple inheritance
c++: 1.does not support interface concept
2.supports multiple inheritance
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is difference between c and c sharp?
Explain a MSIL ? Why is it appreciated by all developers?
What is xml serializer?
What is extended class in c#?
What is lazy in c#?
What are anonymous functions in c#?
What is signature c#?
What are the types of delegates in c#?
How do I stop my console from closing in c#?
What is strong name in c# and how can we use it?
how to stored and retrive video in Sql server using asp.net c#......?
How do I create a delegate/multicastdelegate?
Can abstract class be sealed?
Is a structure a class?
Why do we need private constructor in c#?