Difference between C++ and C#.net
Answer Posted / jana
c++ is object oriented language c++does not support the gui
features
c# is pure object oriented language and it support the gui
features
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How can I make sure my c# classes will interoperate with other .net languages?
Why main is static in c#?
What is the difference between dynamic and var in c#?
Explain the OOPS concept in C#?
What is the difference between throw and throw ex?
Does c# support parameterized properties?
What is regex c#?
Difference between call by value and call by reference in C#?
what is collections in .net? why we use?
Why we use get set property in c#?
Is string null or empty?
Why do we use class in c#?
What is the difference between ref and out in c#?
How many types of polymorphism are there?
What is yield break in c#?