When defining recursive void methods you should:
(a) Ensure there is no infinite recursion.
(b) Ensure that each stopping case performs the correct action for that case.
(c) Ensure that if all recursive calls perform their actions correctly, then the entire case performs
correctly.
(d) All of the above
(d) All of the above
Computer Science & Information Technology
You might also like to view...
Microsoft Office Access is a relational database
Indicate whether the statement is true or false
Computer Science & Information Technology
Answer the following statements true (T) or false (F)
1. To be useful, classes must be mutually inclusive. 2. Classification codes should be listed in manuals or posted so that users can locate them easily. 3. Only systems analysts need to know the cipher codes by heart. 4. One reason for revealing information through codes is to make the data entry more meaningful.
Computer Science & Information Technology