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
How do you clear a list in c#?
What is c# best for?
How does the lifecycle of Windows services differ from Standard EXE?
if a base class has a number of overloaded constructors, and an inheriting class has a number of overloaded constructors; can you enforce a call from an inherited constructor to a specific base constructor?
What is console readkey ()?
What is the use of inheritance in c#?
What does exclamation mark mean in access query?
Explain about c# language.
What is the benefit of using interface in c#?
What is the difference between readkey and readline in c#?
State two different types of access modifiers.
What is .edmx file?
Why do we use delegates?
What do you mean by stack and heap in c#?
How big is int16?