Answer Posted / komilla shaheen
c-sharp is a universal language used to create applications
and used on many os,including Microsoft windows .c-sharp is
one of the languages used in the Microsoft .net
framework.The Microsoft .net framework is a library of
objects that create or draw things on the computer.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is yield keyword?
What is the difference between and xml documentation tag?
What are interfaces in c#?
What is a string in c#?
What is difference between class and interface in c#?
Write one code example for compile time binding and one for run time binding? What is early/late binding?
Why interface is required?
What is cli in c#?
How do you define a predicate?
What language do desktop applications use?
What do you mean by saying a "struct is a value type"?
Which control cannot be placed in mdi?
What does int parse do in c#?
In languages without exception-handling facilities, we could send an error-handling procedure as a parameter to each procedure that can detect errors that must be handled. What disadvantages are there to this method?
Can class be protected in c#?