C Sharp Programming (C#) Quiz 4

C Sharp Programming (C#) Quiz 4

Number of constructors allowed to be defined in C# is ……….




Unboxing is the process to ……….





Which of the following is not allowed to be used for defining enum in C#.NET?





An interface ……….





Constructor in C# ……….





Boxing is the process to ……….





An array of 5 integers can be declared and initialized as below.





Choose the keyword which declares the indexer?





………. is not used as exception in C#?





Exceptions can be thrown manually by using ………. keyword.