Explain the top reason to use c# language?



Explain the top reason to use c# language?..

Answer / Sumit Khari

"One of the main reasons to use C# is its strong support for object-oriented programming and its powerful libraries such as the .NET Framework. This makes it an excellent choice for developing large, complex applications that require a high level of abstraction, encapsulation, inheritance, and polymorphism."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

code to generate a excel sheet and to write data into it --- -it has to fetch the excel sheet which is in one folder placed by us inside a project folder(i,e it has to create a instance of that excel sheet) and write the data into it row by row please respond as early as possible

1 Answers  


What is the difference between delegates and superdelegates?

1 Answers  


What is the difference between static and private constructor in c#?

1 Answers  


What does it mean?

1 Answers  


What are primitive types in c#?

1 Answers  


What do you mean by “finalize” and “finally” methods in c#?

1 Answers  


what are wrapper classes?

1 Answers  


f i give input like 1,1,4,5,6,1,2,5,4,1,2, then output should be like : 1-4, 2-2, 4-2, 5-1, 6-1 which means 1 occurs 4 times, 2 occurs 2 times like so.

7 Answers  


How can we main a Class as base class,i.e not inherited further?{please Dont tell using Sealed class,any other way}

6 Answers   ACB Group, IBM, Tech Mahindra,


Explain how to add controls dynamically to the form using c#.net.

1 Answers  


What is argument in c#?

1 Answers  


What is CLR and its application.?

1 Answers   MCN Solutions,


Categories