A) equals
B) instanceof
C) >>
D) isa
Correct Answer
verified
Multiple Choice
A) super
B) extends
C) final
D) abstract
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) some of the characteristics of the general class, but not all, plus additional characteristics.
B) some of the characteristics of the general object, but not all.
C) none of the characteristics of the general object.
D) all the characteristics of the general object, plus additional characteristics that make it special.
Correct Answer
verified
Multiple Choice
A) prototyping
B) code reusability
C) inheritance
D) data hiding
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) "is a"
B) "contains a"
C) "has a"
D) "consists of"
Correct Answer
verified
Multiple Choice
A) public class ClassA implements [Interface1, Interface2]
B) public class ClassA implements (Interface1, Interface2)
C) public class ClassA implements Interface1 | Interface2
D) public class ClassA implements Interface1, Interface2
Correct Answer
verified
Multiple Choice
A) final
B) super
C) void
D) public
Correct Answer
verified
Multiple Choice
A) final
B) super
C) implements
D) extends
Correct Answer
verified
Multiple Choice
A) private
B) public
C) protected
D) package
Correct Answer
verified
Multiple Choice
A) pseudocode
B) UML diagrams
C) CRC cards
D) hierarchy charts
Correct Answer
verified
Multiple Choice
A) package
B) final
C) protected
D) static
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) methods of the same class.
B) methods of a subclass.
C) methods in the same package.
D) All of the above
Correct Answer
verified
Multiple Choice
A) dashed line that has an open arrowhead at one end.
B) line that has an open diamond at one end.
C) dashed line.
D) line that has an open arrowhead at one end.
Correct Answer
verified
Multiple Choice
A) public class Salaried implements PayType
B) public class PayType derives Salaried
C) public class Salaried extends PayType
D) public class Salaried derivedFrom(Paytype)
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) inherits
B) overrides
C) overloads
D) implements
Correct Answer
verified
Showing 21 - 40 of 40
Related Exams