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 the difference between hashtable and dictionary?
What are the Uses of CLR
What is the difference between int and int in c#?
Can we make a Static Constructor Parameterized? Give Reason with your answer
What benefit do you get from using a primary interop assembly (pia)?
What is iqueryable in c#?
What is a virtual property. Give an example?
Can you declare a field readonly?
Give an example of a ctype.
Explain the difference between abstract class and interface in .net?
What does break do in loop?
How does inheritance work in c#?
Is c# front end or back end?
What is string method in c#?
What is the use of nullable types in c#?