My Crossword Maker Logo
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:
Crucigrama Sopa de Letras Hoja de Trabajo
Calificar este Puzzle:
Log in or sign up to rate this puzzle.

Classes & Objects

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