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 an int c#?
How do you prevent a class from being inherited?
What is command object in c#?
What is the C# syntax to catch any possible exception?
write a program to find the biggest palindrome in the given string
What is difference between yielding and sleeping?
Can a class be private in c#?
Can we inherit static class in c#?
Is stringbuilder faster than string concatenation c#?
Perfect Example Of While And Do-While Loop In C#.Net ?
What is the difference between ienumerable and enumerator?
What is a multi line comment?
What are the different types of delegation?
What do you mean by a windows process in regards to memory allocation?
Can abstract classes be final?