what are the advantages of c# over vb.net?
Answer Posted / nikhil
C# supports two things which is not supported by VB.NET
1. Operator Overloading
2. Pointer
| Is This Answer Correct ? | 20 Yes | 6 No |
Post New Answer View All Answers
What is difference between array and arraylist c#?
What is serialization in dot net?
What’s thread.sleep() in threading ?
What is overloading in c#?
How big is a 64 bit integer?
What is a void c#?
What exception can an overridden method throw in comparison with the method it is overriding?
What is a generic in c#?
Are tuples mutable c#?
What is arraylist c#?
Can you create partial delegates and enumerations?
What is the difference between paramaterized constructor and copy constructor?
Difference between call by value and call by reference in C#?
Write a program to find the angle between the hours and minutes in a clock
What is a method signature c#?