Multiple Choice
Which of the following is true regarding methods of a class?
A) You must use the keyword static.
B) They are called instance methods.
C) To call methods of the class in the class, you must prefix the method name with the class name.
D) No return type is used when you define a class method.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q34: Which of the following is NOT one
Q35: Accessor and mutators are _ methods
Q36: To define a property to change a
Q37: The return type for constructors is always
Q38: Instance methods manipulate data by _.<br>A) directly
Q40: When you define a class and determine
Q41: To add full functionality to your classes,
Q42: The ToString( ) method of the Console
Q43: A property resembles a(n) _, but is
Q44: When you define the class, you describe