Contents

C# provides a mechanism known as ___ that has the same capabilities as accessor methods.

properties


Indexers are ___ and are used to access ___, just like accessing elements in an array.

location indicators, class objects


The mechanism of designing or constructing one class from another is called ___.

inheritance


___ parameters are used for passing parameters into methods by value.

Value


___ are used in a method to receive the variable number of arguments when called.

Parameters arrays


___ are used to pass results back from the method.

Output parameters


Contents Details