Difference between C++ and C#.net
Answer Posted / vijay
c++ follows oops and support for multiple inheritence with
direct executable file on platform whereas c# is oops and
component based .net lang.and compiles into assembly
Is This Answer Correct ? | 18 Yes | 6 No |
Post New Answer View All Answers
What exception can an overridden method throw in comparison with the method it is overriding?
Why do we use generics in c#?
Can you drink alcohol with a loop recorder?
Can we store different data types in arraylist in c#?
How do you pass reference parameters in c#?
What is the difference between mobile application and desktop application?
What is form feed in c#?
What is callback function in c#?
What is icomparer in c#?
Explain the importance and use of each, version, culture and publickeytoken for an assembly.
What is serialization in c#?
Illustrate the differences between the system.array.copyto() and system.array.clone()?
What is dataset and dataadapter in c#?
Which language is used for desktop application?
I want to print "Hello" even before main() is executed. How will you achieve that?