Amatya Feel free to share information Email adityagupta200@gmail.com WhatsUp 09731764134 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. What are the types of comment in C# with examples? i)Single line Eg // Single Line ii. Multiple line (/* */) Eg: /* Amatya Balrampur */ iii. XML Comments (///) . Eg: /// XMLComments 3. Can multiple catch blocks be executed? No, Multiple catch blocks can’t be executed. Once the proper catch code executed, the control is transferred to the finally block and then the code that follows the finally block gets executed. 4. What is the difference between public, static and void? Public declared variables or methods are accessible anywhere in the application. Static declared variables or methods are globally accessible without creating an instance of the class. The compiler stores th...
This blogs is to help the students for acquiring knowledge and wisdom.