Exam 12: Object-Oriented Design
Exam 1: Introduction98 Questions
Exam 2: Using Objects76 Questions
Exam 3: Implementing Classes103 Questions
Exam 4: Fundamental Data Types125 Questions
Exam 5: Decisions120 Questions
Exam 6: Loops128 Questions
Exam 7: Arrays and Array Lists118 Questions
Exam 8: Designing Classes95 Questions
Exam 9: Inheritance101 Questions
Exam 10: Interfaces85 Questions
Exam 11: Inputoutput and Exception Handling109 Questions
Exam 12: Object-Oriented Design104 Questions
Exam 13: Recursion110 Questions
Exam 14: Sorting and Searching109 Questions
Exam 15: The Java Collections Framework110 Questions
Exam 16: Basic Data Structures104 Questions
Exam 17: Tree Structures110 Questions
Exam 18: Generic Classes75 Questions
Exam 19: Graphical User Interfaces76 Questions
Exam 20: Streams and Binary Inputoutput82 Questions
Exam 21: Multithreading82 Questions
Exam 22: Internet Networking74 Questions
Exam 23: Relational Databases75 Questions
Exam 24: XML74 Questions
Exam 25: Web Applications75 Questions
Select questions type
When using UML to create state diagrams, a state is denoted by ____.
(Multiple Choice)
4.9/5
(41)
When using the CRC method, other classes that are needed to fulfill the responsibilities of a given class are called its ____.
(Multiple Choice)
4.8/5
(38)
The dependency relationship is sometimes referred to as the ____ relationship.
(Multiple Choice)
4.8/5
(43)
Given the following diagram:
What does this diagram indicate about the relationship between the customers and bank accounts?

(Multiple Choice)
4.9/5
(38)
In a UML diagram, the relationship symbol shown below denotes ____. 

(Multiple Choice)
4.9/5
(44)
Given the following diagram showing class relationships:
What of the following best describes the type of relationship shown between Bank and Customer?

(Multiple Choice)
4.9/5
(39)
In a UML diagram, an interface implementation is denoted by ____.
(Multiple Choice)
4.9/5
(32)
Given the following diagram showing class relationships:
What type of relationship is shown between Invoice and LineItem?

(Multiple Choice)
4.8/5
(36)
A/an ____ represents a set of objects with the same behavior.
(Multiple Choice)
4.9/5
(37)
During the implementation phase, which of the following statements is true?
(Multiple Choice)
4.8/5
(36)
Which statement correctly describes the class relationship shown in this diagram? 

(Multiple Choice)
4.7/5
(37)
Given the following diagram showing class relationships:
What type of relationship is shown between LineItem and Product?

(Multiple Choice)
4.8/5
(27)
Consider the following code snippet: public class Purse
{
Private Coin[] coins;
) . .
}
This code is best described as an example of ____.
(Multiple Choice)
4.8/5
(40)
To improve the quality of the public interface of a class, ____.
(Multiple Choice)
4.9/5
(34)
When using UML to create state diagrams, state change is denoted by ____.
(Multiple Choice)
4.8/5
(39)
When documenting discovered classes and methods during the design phase, you should ____.
(Multiple Choice)
4.8/5
(35)
Which statement correctly describes the class relationship shown in this diagram? 

(Multiple Choice)
4.7/5
(35)
When using the CRC method, if you determine that a class cannot carry out a particular task by itself and needs the help of another class to complete the task, you should ____.
(Multiple Choice)
4.7/5
(37)
Showing 41 - 60 of 104
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)