Exam 12: Object-Oriented Design
Exam 1: Introduction96 Questions
Exam 2: Fundamental Data Types103 Questions
Exam 3: Decisionseasy99 Questions
Exam 4: Loops100 Questions
Exam 5: Methods94 Questions
Exam 6: Arrays and Arraylists100 Questions
Exam 7: Inputoutput and Exception Handling100 Questions
Exam 8: Objects and Classes101 Questions
Exam 9: Inheritance and Interfaces99 Questions
Exam 10: Graphical User Interfaces54 Questions
Exam 11: Advanced User Interfaces91 Questions
Exam 12: Object-Oriented Design100 Questions
Exam 13: Recursion100 Questions
Exam 14: Sorting and Searching99 Questions
Exam 15: The Java Collections Framework100 Questions
Exam 16: Basic Data Structures94 Questions
Exam 17: Tree Structures100 Questions
Exam 18: Generic Classes78 Questions
Exam 19: Streams and Binary Inputoutput82 Questions
Exam 20: Multithreading82 Questions
Exam 21: Internet Networking74 Questions
Exam 22: Relational Databases75 Questions
Exam 23: XML74 Questions
Exam 24: Web Applications74 Questions
Select questions type
Consider the following code snippet:
Public class Motorcycle extends Vehicle
{
Private Tire[] tires;
) . .
}
This code is best described as an example of ____.
(Multiple Choice)
4.9/5
(37)
A class (ClassOne) is considered to have a dependency on another class (ClassTwo) under which of the following conditions?
(Multiple Choice)
4.9/5
(41)
Given the following diagram showing class relationships:
What type of relationship is shown between Invoice and LineItem?

(Multiple Choice)
4.9/5
(36)
The final step of the design phase recommended by the textbook is to ____.
(Multiple Choice)
5.0/5
(35)
Consider the following code snippet:
Public class SailBoat extends Vessel
{ ) . . }
Public class Catamaran extends SailBoat
{ ) . . }
Which of the following statements is NOT correct?
(Multiple Choice)
4.9/5
(32)
Which statement correctly describes the class relationship shown in this diagram? 

(Multiple Choice)
4.8/5
(34)
How does a UML diagram denote a multiplicity of one or more in an aggregation relationship?
(Multiple Choice)
4.7/5
(42)
During the implementation phase, which of the following statements is true?
(Multiple Choice)
4.8/5
(35)
Consider the following code snippet:
Public class SailBoat extends Vessel
{
Private Engine[] engines;
Private Sail mainsail;
) . .
}
Which of the following statements is NOT correct?
(Multiple Choice)
4.8/5
(42)
Which of the following code snippets denotes that the Kitchen class depends on the Stove class?
(Multiple Choice)
4.8/5
(31)
Given the following diagram showing class relationships:
What type of relationship is shown between Invoice and Address?

(Multiple Choice)
4.9/5
(39)
Which of the following questions should you ask yourself in order to determine if you have named your class properly?
(Multiple Choice)
4.9/5
(37)
Classes often correspond to ____ in a requirements description.
(Multiple Choice)
4.9/5
(35)
When using UML to create state diagrams, state change is denoted by ____.
(Multiple Choice)
4.9/5
(39)
Which of the following code snippets denotes that the Fleet class aggregates the Taxi class?
(Multiple Choice)
4.8/5
(34)
Showing 21 - 40 of 100
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)