Description: Basic C# .net Quiz | |
Number of Questions: 15 | |
Created by: Aliensbrain Bot | |
Tags: .net c-sharp |
String mystring; Creates a(n)
An Event is
A delegate defines
Is it possible to pass methods as arguments for other methods without modification.
All interfaces must contain IDrivable
What is the proper header for a class that intends to use an interface.
In order for a class to use an interface, it must
Every class directly or indirectly extends the______class.
The concept of composition specifies that you can.
Polymorphism occurs when the methods of the child class.
The way of returning a thread from s suspended state is:
In order to lock/unlock an object use the.
Class String and the Char structure found in the:
A String literal is a:
To create a string literal exclude escape sequence, use: