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
Do void methods have parameters?
What are escape sequences explain with example?
What is string programming language?
What is the difference between method and constructor in c#?
What is base class in c#?
What is reflection in c#?
What is asynchronous one-way calls?
Define delegate in c#?
How do we achieve encapsulation in c#?
What is difference between method overriding and method overloading?
What are managed providers?
What happens if a static constructor throws an exception?
Explain the role of Garbage collector and its generations?
How long does it take to learn c# for unity?
Enlist the different types of classes in c#?