This printable crossword puzzle on the topic of Computer Science & Technology has 17 clues. Answers range from 9 to 24 letters long. This crossword is also available to download as a Microsoft Word document or a PDF.
An ____ is undeclared and gets its value automatically.
An ____ property is one in which the code within the accessors is created automatically
Auto-implemented properties.
A field that has a property coded for it.
The reference to an object that is implicitly passed to an instance method of its class.
A method that instantiates (creates an instance of) an object.
Parameterless constructor
The value initialized with a default constructor.
A ____ is one that takes no arguments.
A clause that indicates another instance of a class constructor should be executed before any statements in the current constructor body.
Allows you to assign values to any accessible members or properties of a class at the time of instantiation without calling a constructor with parameters.
The ____ method of the IComparable interface compares one object to another and returns an integer
A collection of abstract methods (and perhaps other members) that can be used by any class, as long as the class provides a defi nition to override the interface’s do-nothing, or abstract, method definitions.
When a method ____ another, it takes precedence over the method, hiding the original version.
contains the definition for the CompareTo() method.
An instance method’s _____ _____ is the object referenced by this.
contains the actions you require when an instance of a class is destroyed.