what are the advantages of c# over vb.net?
Answer Posted / sdfsf
explicit interface implementation.By prefixing interface name
operator overloading
xml documentation generated from source code files
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does convert toint32 mean?
How can I make sure my c# classes will interoperate with other .net languages?
What do you mean by sealed classes and static classes?
Write a program in c# to find the angle between the hours and minutes in a clock?
What is an arraylist in c#?
What is system console writeline in c#?
What is parameter c#?
What is the advantage of constructor in c#?
How many constructors can a class have c#?
Why ref is used in c#?
When do we generally use destructors to release resources?
what class is underneath the sortedlist class?
From a versioning perspective, what are the drawbacks of extending an interface as opposed to extending a class?
How does c# generics and c++ templates compare?
What is use of singleton class in c#?