Multiple Choice
What action is expressed by the statement GradeBook: GradeBookM101?
A) The object GradeBookM101 is assigned to the variable GradeBook.
B) The GradeBookM101 method of the object GradeBook is invoked.
C) An object GradeBookMl0l of the class GradeBook is created.
D) The GradeBook class is renamed GradeBookM101.
Correct Answer:

Verified
Correct Answer:
Verified
Q20: A default constructor can perform memory allocation.
Q21: A class is an instance of an
Q22: A special kind of method that performs
Q23: A constructor must have the same name
Q24: A public method is part of the
Q25: A class represents a template from which
Q26: If a method is defined wisely,users of
Q27: In a class definition,operations are specified in<br>A)properties.<br>B)records.<br>C)attributes.<br>D)methods.
Q28: A class definition is an abstraction.
Q29: Packaging data methods and members into a