The Best Crossword Puzzle Maker Online
Powered by BrightSprout
Save Status:
or to save your progress. The page will not refresh.
Controls:
SPACEBAR SWITCHES TYPING DIRECTION
Answer Key:
Edit a Copy:
Make Your Own:
Crossword Word Search Worksheet
Rate This Puzzle:
Log in or sign up to rate this puzzle.

C# Vocabulary - Chapter 3

Across
The acronym for a computer programming model that organizes software design around data, or objects, rather than functions and logic. A
Acronym for a high-level computer programming language that implements objects and their associated procedures within the programming context to create software programs.
A programmed procedure that is defined as part of a class and is available to any object instantiated from that class.
Properties, methods, and events are said to be _____ of an object.
The act of creating a new object.
A template that contains properties and methods from which objects are derived.
Down
A special type of variable that is associated with an object.
An instance of a class. Or, it is derived from a class.
An action or occurrence that can be identified by a program and has significance for system hardware or software.
A single, specific object.