Chapter 9 Crossword

This printable crossword puzzle on the topic of Computer Science & Technology has 33 clues. Answers range from 5 to 24 letters long. This crossword is also available to download as a Microsoft Word document or a PDF.

Description

__________ of a class is a created object.
__________ of a class are the data components that exist separately for each instantiation.
Instance variables within a class.
An object's ___________ is the set of contents of its fields.
Methods that are used with object instantiations.
A program or class that instantiates objects of another prewritten class.
Describes a class; it contains an optional access modifier, the keyword class, and any legal identifier for the name of the class.
Describes access to a class.
The ___________ class access modifier means access to the class is not limited.
The ____________ class access modifier means access to the class is limited to the class and to any classes derived from the class.
The ____________ class access modifier means access is limited to the assembly to which the class belongs.
The ___________ class access modifier means access is limited to another class to which the class belongs. In other words, a class can be private if it is contained within another class, and only the containing class should have access to the private class.
A group of code modules compiled together to create an executable program.
A feature found in all object-oriented languages, in which a class’s data is private and changed or manipulated only by its own methods.
The technique of using an object within another object.
The relationship created using composition is called a ________________ because one class "has an" instance of another.
A type that holds a memory address.
_____________ hold a value; they are predefined types such as int, double, and char.
A member of a class that provides access to a field of a class; properties define how fields will be set and retrieved.
______________ in properties specify how a class's fields are accessed.
An object's fields are assigned by _______________ that allow use of the assignment operator with a property name.
An object's fields are accessed by _______________ that allow retrieval of a field value by using a property name.
Has only a get accessor, and not a set accessor.
Another term for a class property's get accessor.
Another term for a class property's set accessor.
Identifiers that act like keywords in specific circumstances.
Undeclared and gets its value automatically.
One in which the code within the accessors is created automatically. The only action in the set accessor is to assign a value to the associated field, and the only action in the get accessor is to return the associated field value.
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 an object.
A parameterless constructor.

Customize
Add, edit, delete clues, and customize this puzzle.

Newton's Laws

Crossword

Static Electricity

Crossword

Simple Machines

Crossword

Speed

Crossword

Database Crossword

Crossword