Solved

Which of the Following Is True Regarding Methods of a Class

Question 39

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions