Multiple Choice
Which of the following statements about class modules is NOT true?
A) Class modules only contain a code window.
B) Class modules can contain a code window and a form window.
C) Class modules contain Property procedures that have Get and/or Set accessor methods.
D) Class modules must be instantiated in order to be available to a project.
Correct Answer:

Verified
Correct Answer:
Verified
Q17: The acronym OOP stands for Object-Oriented Procedures.
Q18: Shared variables and instance variables are the
Q19: Get and Set accessor methods must be
Q20: _ refers to the combination of characteristics
Q21: To accomplish encapsulation,you must declare all variables
Q23: To override a method,you must declare the
Q24: Write the code to create a shared
Q25: Declaring a variable for a class object
Q26: Which of the following is NOT true?<br>A)The
Q27: A constructor that requires arguments is called