Answer Posted / shashi prakash
the main advantage of c# over VB.net that c# support inheritance hence c# is termed as object oriented language while vb.net does not support inheritance hence it also called object base language
| Is This Answer Correct ? | 1 Yes | 12 No |
Post New Answer View All Answers
Why data types are important in c#?
Does unity use c++ or c#?
Can scriptable objects have methods?
What is private void in c#?
When should I throw an exception?
How do generics work in c#?
What is asp net c#?
What is class method c#?
What is the default value of object in c#?
C# called c sharp why?
Okay, so an int is a value type, and a class is a reference type. How can int be derived from object?
What is difference between write and writeline in c#?
Are c and c# the same thing?
Can a struct inherit from an interface in c#?
In .NET how can you solve the DLL Hell problem?