Difference between C++ and C#.net
Answer Posted / raghu sathish
C++ is OOPS based while C# is Component & OOPS Based..
| Is This Answer Correct ? | 77 Yes | 14 No |
Post New Answer View All Answers
What is different between Implicit conversion and Explicit conversion in C#?
Why data types are important in c#?
What is part of a method signature in c#?
What is thread and explain states of a thread in c#?
Write a program to find the angle between the hours and minutes in a clock
What is difference between code access and role based security?
What are the features of c#?
How does bitwise xor work?
Structs are not reference types. Can structs have constructors?
What is difference between float and integer?
If a method's return type is void, can you use a return keyword in the method?
explain the features of static/shared classes.
Can I do things in il that I can't do in c#?
List the differences between method overriding and method overloading?
Why are local variables stored in stack?