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
Explain how do you debug an asp.net web application?
Explain how to parse a datetime string?
How many types of constructor are there in c#?
What is a generic method?
What are virtual destructors?
Can we overload the main method in c#?
How do destructors and garbage collection work in c#?
Can you explicitly call a destructor?
If you define a user defined data type by using the class keyword, is it a value type or reference type?
What is the difference between integer and double?
How do you access a constant field declared in a class?
Illustrate serialization?
What is namespace in oop?
Define encapsulation?
What are the fundamental principles of oo programming?