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 do we use readonly in c#?
What is managed or unmanaged code?
What is short in c#?
Are c# strings immutable?
What are the principles of delegation?
Write a console application and implement the ternary operator to decide whether the age a user entered after being prompted is allowed to vote or not(given that only citizens between 18 and 120 years only inclusive can vote). Use exception handling for non-numerical input.
What is the default scope of a class in c#?
Explain namespaces in c#.
Can abstract class be sealed in c#?
what is inheritance and an example in vb.net and c# of when you might use it?
What is difference between new and override in c#?
Explain the three test cases in unit testing?
Is c# pass by value?
What is a console operator?
Can a class have multiple constructors c#?