Exam 12: Object-Oriented Design
Exam 1: Introduction76 Questions
Exam 2: Using Objects82 Questions
Exam 3: Implementing Classes108 Questions
Exam 4: Fundamental Data Types124 Questions
Exam 5: Decisions119 Questions
Exam 6: Loops107 Questions
Exam 7: Arrays and Array Lists117 Questions
Exam 8: Designing Classes88 Questions
Exam 9: Inheritance99 Questions
Exam 10: Interfaces100 Questions
Exam 11: Input/Output and Exception Handling108 Questions
Exam 12: Object-Oriented Design104 Questions
Exam 13: Recursion99 Questions
Exam 14: Sorting and Searching100 Questions
Exam 15: The Java Collections Framework102 Questions
Exam 16: Basic Data Structures102 Questions
Exam 17: Tree Structures102 Questions
Exam 18: Generic Classes75 Questions
Exam 19: Stream Processing85 Questions
Exam 20: Graphical User Interfaces75 Questions
Exam 21: Advanced Input/Output90 Questions
Exam 22: Multithreading81 Questions
Exam 23: Internet Networking74 Questions
Exam 24: Relational Databases75 Questions
Exam 25: XML74 Questions
Select questions type
When using UML to create state diagrams, state change is denoted by ____.
(Multiple Choice)
4.9/5
(45)
You are designing a software solution for a veterinary clinic.The clinic provides various services for each pet on each visit.You have decided that the following classes are needed: Customer, Address, Pet, and Visit.Which of these should be represented as aggregation?
(Multiple Choice)
4.8/5
(37)
Consider the following code snippet:
Which of the following statements correctly describes the relationship between the Motorcycle and Vehicle classes?

(Multiple Choice)
4.9/5
(43)
A class (ClassOne) is considered to have a dependency on another class (ClassTwo) under which of the following conditions?
(Multiple Choice)
4.9/5
(33)
In general, you need ____ when an object needs to remember another object between method calls.
(Multiple Choice)
4.8/5
(36)
Given the following diagram showing class relationships:
What type of relationship is shown between Invoice and Product?

(Multiple Choice)
4.8/5
(34)
Consider the following code snippet:
This code is best described as an example of ____.

(Multiple Choice)
4.8/5
(35)
Which of the following code snippets denotes that the Rose class inherits from the Flower class?
(Multiple Choice)
4.9/5
(35)
In a UML diagram, the relationship symbol shown below denotes ____.

(Multiple Choice)
4.8/5
(40)
During the implementation phase, which of the following statements is true?
(Multiple Choice)
4.7/5
(40)
You are designing a software solution for an automobile rental company.You have decided that the following nouns apply to the requirements: Auto, Customer, Address, Rental Contract, Mileage, Rental Date, Daily Rate, Total.Which of these should be represented as classes?
(Multiple Choice)
4.7/5
(31)
When using UML to create state diagrams, a state is denoted by ____.
(Multiple Choice)
4.8/5
(35)
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.8/5
(37)
Which of the following code snippets denotes that the Kitchen class aggregates the Dish class?
(Multiple Choice)
4.9/5
(39)
Given the following diagram showing class relationships:
What type of relationship is shown between BankAccount and Customer?

(Multiple Choice)
4.9/5
(32)
Showing 81 - 100 of 104
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)