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 an extension method in c#?
How can it prevents DLL Hell assembly versioning in .NET?
What are the concepts of dispose method?
What is the advantage of constructor in c#?
Do loops in c#?
Explain anonymous type in c#?
What is a predicate in c#?
Can a method be sealed in c#?
How does dependency injection work c#?
What are some examples of desktop applications?
Where are value types stored in c#?
What is the difference between new and override in c#?
Can class be protected in c#?
What is the difference between Object and class adapters?
Give an example of a directcast.