Answer Posted / madhusudhanreddy t
Both are programming languages which are used to develop
CUI,GUI,Website applicaton.
Some of the differences are:
-C# supports Operator Overloading, where as VB does not
support it
-C# supports XML Documentation, where as VB does not support it
-C# supports pointer programming using unsafe keyword, where
as VB does not support unsafe code implementation
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is the use of inheritance in c#?
While debugging a C# application can you change the value of a variable?
What are the advantages of using assemble language programming?
Can you prevent a class from being instantiated?
What is iformatprovider in c#?
What is a di class?
What is bitwise operator in c#?
Give some examples of commonly used i/o classes?
What are the 2 types of data types available in c#?
What is the difference between protected and private?
What is a base class in C#?
What is the difference between firstordefault and singleordefault?
How many dimensions can an array have?
What is yield c#?
Why is hashset faster?