what are the advantages of c# over vb.net?
Answer Posted / thirumoorthy
C# supports two things which is not supported by VB.NET
1. Operator Overloading
2. Pointer
| Is This Answer Correct ? | 8 Yes | 6 No |
Post New Answer View All Answers
Can enum be null c#?
What are satellite assemblies?
What is difference between abstract class and interface in c#?
What is reference c#?
What is sqlcommandbuilder c#?
Explain about accessibility modifier 'protected internal'?
Explane each and every methods of nterface Queue? Explain About performance issues on retrieving records
What is the difference between protected and private?
What does clr stand for?
What is the diff between the System.Array.CopyTo() and System.Array.Clone()?
How does inheritance work in c#?
Explain how to add controls dynamically to the form using c#.net.
What are abstract classes in c#?
Explain the difference between boxing and unboxing.
Can we have 2 main methods in c#?