Multiple Choice
What action is expressed by the statement GradeBookS204.ShowStudent?
A) The method ShowStudent is assigned to the class GradeBookS204.
B) The method ShowStudent of the object GradeBookS204 is destroyed.
C) The method ShowStudent of the class GradeBookS204 is instantiated.
D) The method ShowStudent of the object GradeBookS204 is invoked.
Correct Answer:

Verified
Correct Answer:
Verified
Q1: A driver program can cause instances of
Q2: The means of communicating with an object
Q4: A single method cannot be both public
Q5: A data type must be specified for
Q6: Data hiding is a means of achieving
Q7: A return value<br>A)is required when parameters are
Q8: Overloading can occur between two or more
Q9: The acronym UML stands for<br>A)Unified Modeling Language.<br>B)United
Q10: A protected data member<br>A)can only be accessed
Q11: A data type for a return value