CSCI 240 - Possible Questions for Quiz 9


  1. (2 points) An instance of a class is known as a/an __________.

  2. (2 points) A function is to a standard C++ program as a __________ is to an object oriented program.

  3. (2 points) True or False: Items within a class default to public if the keywords public and private are not include within the class definition.

  4. (2 points) The variables within a class are known as __________.

  5. (2 points) setXXXX and getXXXX methods are also known as __________ methods.

  6. (2 points) True or False: Constructors can have any name that you desire.

  7. (2 points) True or False: There can be one and only one constructor within a class definition.