A) Object
B) subclass
C) superclass
D) public
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) implemented
B) interface
C) realized
D) abstract
Correct Answer
verified
Multiple Choice
A) private
B) public
C) protected
D) package
Correct Answer
verified
Multiple Choice
A) UML diagram
B) CRC card
C) flowchart
D) class hierarchy
Correct Answer
verified
Multiple Choice
A) the superclass's fields will be set to the default values for their data types
B) Java will automatically call the superclass's default constructor immediately after the code in the subclass's constructor executes
C) it must include the code necessary to initialize the superclass fields
D) Java will automatically call the superclass's default constructor just before the code in the subclass's constructor executes
Correct Answer
verified
Multiple Choice
A) have protected access
B) must be initialized in the class implementing the interface
C) have private access
D) are treated as final and static
Correct Answer
verified
True/False
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) inherits
B) overloads
C) overrides
D) implements
Correct Answer
verified
Multiple Choice
A) +
B) -
C) *
D) #
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) a chain of inheritance
B) linear inheritance
C) multiple interfaces
D) cascading classes
Correct Answer
verified
Multiple Choice
A) some of the characteristics of the general class, but not all, plus additional characteristics
B) some, but not all, of the characteristics of the general object
C) none of the characteristics of the general object
D) all of the characteristics of the general object plus additional characteristics
Correct Answer
verified
Multiple Choice
A) ClassA
B) ClassB
C) ClassC
D) both ClassB and ClassC are subclasses
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) package
B) protected
C) static
D) final
Correct Answer
verified
Multiple Choice
A) equals
B) instanceOf
C) >>
D) isa
Correct Answer
verified
Multiple Choice
A) the more general classes are toward the right of the tree and the more specialized classes are toward the left
B) the more general classes are toward the top of the tree and the more specialized classes are toward the bottom
C) the more general classes are toward the left of the tree and the more specialized classes are toward the right
D) the more general classes are toward the bottom of the tree and the more specialized classes are toward the top
Correct Answer
verified
Multiple Choice
A) ClassA
B) ClassB
C) ClassC
D) all are interfaces
Correct Answer
verified
Showing 1 - 20 of 40
Related Exams