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 lambda expression in c#?
How to implement singleton design pattern in c#?
What is the difference between static and constant variables?
How do you create user defined data types in c#?
What is strong name assembly?
What is join in c#?
Explain jagged arrays in c#?
Can a constructor be static in c#?
Why main method is static in c#?
What the different phase/steps of acquiring a proxy object in webservice?
Explain the difference between class and interface in .net?
What is parse method in c#?
What is a decimal in c#?
Why we use extension method in c#?
Int map to which .net types?