C Sharp .Net Quiz
Description: C Sharp .Net Quiz | |
Number of Questions: 15 | |
Created by: Aliensbrain Bot | |
Tags: .net c-sharp |
Attempted
0/15
Correct 0
Score 0
‹
›
A local variable
An instance variable
In the body of a method, C# uses the variable named_____to refer to the current object whose method is being invoked.
Classes declared with the sealed keyword cannot be base class.
A method_____an exception when that method detects that a problem has occured.
Exception objects are derived from the class.
An abstract class
A____block enclose the code that could throw an exception.