Exam 12: Java Code Examples of Problem Domain Classes
Exam 1: The Object-Oriented Revolution45 Questions
Exam 2: Is Everything an Object34 Questions
Exam 3: The Importance of Object Think25 Questions
Exam 4: Basic Object-Oriented Concepts26 Questions
Exam 5: Models and Uml Notation for the Object-Oriented Approach26 Questions
Exam 6: Understanding Simple Object-Oriented Requirements Models26 Questions
Exam 7: Understanding More Complex Requirements Models With Generalizationspecialization and Whole-Part Hierarchies27 Questions
Exam 8: Object Oriented System Development Lifecycles25 Questions
Exam 9: An Object-Oriented Analysis Case Study of Dicks Dive and Thrive25 Questions
Exam 10: Object-Oriented Design25 Questions
Exam 11: Object-Oriented Development Tools25 Questions
Exam 12: Java Code Examples of Problem Domain Classes25 Questions
Exam 13: Moving to Object-Oriented Development: Why and How25 Questions
Select questions type
Which of the following is NOT a keyword?
Free
(Multiple Choice)
4.8/5
(34)
Correct Answer:
D
Java syntax is based on the _________ language.
Free
(Short Answer)
4.8/5
(35)
Correct Answer:
C++
Methods that allow access to the attributes of a class are known as accessor methods.
Free
(True/False)
4.9/5
(38)
Correct Answer:
False
The ________ keyword is used to indicate that a class is abstract.
(Short Answer)
4.9/5
(38)
What special method is used to create a new object in a class?
(Multiple Choice)
4.7/5
(45)
Java uses the __________ keyword to indicate an inheritance relationship.
(Short Answer)
4.9/5
(41)
___________ methods allow access to the attributes of the class.
(Short Answer)
4.8/5
(38)
Java uses the extends keyword to indicate an inheritance relationship.
(True/False)
4.9/5
(45)
A(n) __________ is a special method used to create a new object of the class.
(Short Answer)
4.8/5
(46)
A(n) __________ program test classes by creating objects of the class and sending messages to them.
(Short Answer)
4.7/5
(32)
When associated with a class, the keyword __________ means that objects of the class can be accessed by anything in the system.
(Short Answer)
4.9/5
(38)
The extend keyword indicates a(n) ____________ relationship.
(Multiple Choice)
4.8/5
(32)
Showing 1 - 20 of 25
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)