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 an inheritance ?Give an example in which inheritance is used?
What are the classes contained in a single .NET DLL ?
Why would you use untrusted verification?
In which order the constructor is called for an inherited class?
If casting fails what type of exception is thrown?
What does do in c#?
How can I process command-line arguments?
Explain Direct CAST vs CType ?
How do you sort a list in c#?
What is the default value of decimal in c#?
Can c# inherit multiple classes?
What is the difference between abstract and abstraction?
What is the difference between string keyword and system.string class?
Is c# good for web development?
What do multicast delegates mean?