Multiple Choice
When an application needs to assign data to or retrieve data from a Private variable in a class, it must use a Public ____ to do so.
A) parameter
B) constructor
C) argument
D) property
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q17: A _ initializes the class's variables.<br>A) constructor<br>B)
Q18: By convention, the first letter of each
Q19: When a property is declared using the
Q20: By convention, most programmers capitalize the first
Q21: When you use a class to create
Q23: The sole purpose of a constructor is
Q24: Each constructor included in a class has
Q25: A method that is not a constructor
Q26: Objects are created, or instantiated, from _.<br>A)
Q27: The data type of a Property procedure