Difference between C++ and C#.net
Answer Posted / varun
c++ was older version while c# is obtained by merging features of c++ and java
| Is This Answer Correct ? | 15 Yes | 16 No |
Post New Answer View All Answers
What is sqlconnection in c#?
What is the function of the not null constraint?
What is the correct way of declaring an xml namespace?
how to stored and retrive video in Sql server using asp.net c#......?
What is the difference between integer and double?
Can derived classes have greater accessibility than their base types?
Explain the mechanism of VB.NET/C# achieve polymorphism?
Can I call a virtual method from a constructor/destructor?
What are the new features in c# 2.0?
What is Dependency of Injection?
What are controls in c#?
What does type safe mean in c#?
Why we use get and set property in c#?
What are class fields?
Is it possible to have a static indexer in c#? Allowed in c#.