Exam 12: Object-Oriented Design

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

A UML class diagram would be most useful in visually illustrating which of the following?

(Multiple Choice)
4.8/5
(47)

During the implementation phase, which of the following statements is true?

(Multiple Choice)
4.8/5
(37)

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
(35)

Regarding the invoice-printing application from section 12.3, it is decided that a Customer class is needed to store customer information, including the name, billing address, and a customer id number to be printed at the top of each invoice. Since the existing Address class already stores the customer's name and physical address, the new Customer class can simply reuse Address. Select the code segment that best illustrates how the Customer class can reuse the existing Address class. public class Customer ___________________________

(Multiple Choice)
4.9/5
(32)
Showing 101 - 104 of 104
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)