C Sharp Programming (C#) Quiz 5 C Sharp Programming (C#) Quiz 5 Exceptions are handled by using ……….try-catch statementnested if statementswitch statementall of aboveThe return type of constructors in C# is ……….voidintdoublenone of the aboveWhich of the following is true about indexers?indexers refers to location indicatorsindexers may be used to access class objectsindexer is a form of propertyall of aboveThe return type of destructor in C# is ……….voidintdoublenone of the aboveThe read only property can have ……….set accessorget accessorboth get and set accessorseither get or set accessorsExceptions may occur ……….due to computer viruslack of resourcesinvalid inputall of aboveReadLine method is provided by ………. class.ConsoleConsole.In System.InSystemSystem.Console is a ……….namespacepackageclassobjectWrite method is provided by ………. class.ConsoleConsole.OutSystem.OutSystem