developmentor - a developer services company				  
				      
   Modules

Class


1. Which of the following general statements about a class are true?
A class represents a concept in an application domain
A class defines a new data type
A class contains data and operations
all of the above

2. True or false: instance fields are allocated for each instance of a class.
True
False

3. True or false: the keyword this is always required to access fields from inside a class method?
True
False

4. What is the default access level for class members?
public
private
protected

5. How many different parameter passing mechanisms are provided by the C# language?
1
2
3

6. When two or more methods in a class are defined with the same name, but different parameter lists, those methods are said to be what?
Overpowered
Overridden
Overloaded
Overutilized

This material is excerpted from the Programming C# course offered by DevelopMentor.