1.

Does C# Have A 'throws' Clause?

Answer»

No, UNLIKE Java, C# does not require (or even allow) the DEVELOPER to specify the EXCEPTIONS that a method can THROW.

No, unlike Java, C# does not require (or even allow) the developer to specify the exceptions that a method can throw.



Discussion

No Comment Found