C# INTERVIEW QUESTION

1.What is C#? C# is an object-oriented, type-safe, and managed language that is compiled by .Net framework to generate Microsoft Intermediate Language 2.Explain types of comment in C# with examples Single line Example: 3.Can multiple catch blocks be executed? No, Multiple catch blocks of similar type can’t be executed. Once the proper catch code executed, …

C# INTERVIEW QUESTION Read More »

Back to top