(2 points) An instance of a class is known as a/an __________.
(2 points) A function is to a standard C++ program as a __________ is to an object oriented program.
(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.
(2 points) The variables within a class are known as __________.
(2 points) setXXXX and getXXXX methods are also known as __________ methods.
(2 points) True or False: Constructors can have any name that you desire.
(2 points) True or False: There can be one and only one constructor within a class definition.