Multiple Choice
Which of the following questions should you ask yourself in order to determine if you have named your class properly?
A) Does the class name contain 8 or fewer characters?
B) Is the class name a verb?
C) Can I visualize an object of the class?
D) Does the class name describe the tasks that this class will accomplish?
Correct Answer:

Verified
Correct Answer:
Verified
Q3: Which of the following names would be
Q18: Which of the following types of methods
Q19: A theater needs a TicketCounter to keep
Q27: Under which of the following conditions must
Q49: Which of the following statements is true
Q55: A new method, getMonthName, to get the
Q56: Side effects related to standard output generally
Q57: Consider the Checker class below. public class
Q58: Which perspective should be used in formulating
Q61: Which of the following is considered by