Virtual Function Crossword Puzzle

Download and print this Virtual Function crossword puzzle. Use a pencil or pen to complete the puzzle by filling in the blanks. The completed answers are included, so you can easily check your progress.

Virtual Function Crossword Puzzle

PDF will include puzzle sheet and the answer key.

 

Browse all Computers / IT Puzzles

QUESTIONS LIST:

  • base: the parent class from which another class is derived.
  • class: a blueprint used to create objects.
  • derived: a class that inherits properties from a base class.
  • virtual: a function that allows runtime polymorphism.
  • function: a block of code used to perform a specific task.
  • pointer: a variable that stores the address of another variable.
  • polymorphism: the ability of one function or object to behave in different ways.
  • runtime: the time when a program is being executed.