My Crossword Maker Logo
Powered by BrightSprout
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.

Classes & Objects

1
2
3
4
5
6
7
8
Across
2
A stand-in for the object on which a given method is called.
4
A single and unique unit of a class
6
Are functions that belong to each instance of a class- things instances can do
7
Practice of capitalizing the beginning of every word and run it all together with no underscores.
8
Alternate name of the function to make new instances.
Down
1
A sort of blueprint for objects. It identifies what all instances of that class can do.
3
The function to make new instances.
5
Are like variables that belong to each instance of a class - things the instances have