Exam 14: Object-Oriented Programming
Exam 1: Introduction to Computers and Programming48 Questions
Exam 2: Input, processing, and Output48 Questions
Exam 3: Modules48 Questions
Exam 4: Decision Structures and Boolean Logic44 Questions
Exam 5: Repetition Structures44 Questions
Exam 6: Functions44 Questions
Exam 7: Input Validation44 Questions
Exam 8: Arrays46 Questions
Exam 9: Sorting and Searching Arrays43 Questions
Exam 10: Files43 Questions
Exam 11: Menu-Driven Programs43 Questions
Exam 12: Text Processing31 Questions
Exam 13: Recursion43 Questions
Exam 14: Object-Oriented Programming43 Questions
Exam 15: Gui Applications and Event-Driven Programming43 Questions
Select questions type
___________ are created from abstract data types that encapsulate data and functions together.
Free
(Short Answer)
4.9/5
(41)
Correct Answer:
Objects
A ________ is the 'blueprint' of the object that is created from it.
Free
(Short Answer)
4.8/5
(34)
Correct Answer:
class
______________ refers to the combining of data and code into a single object.
Free
(Short Answer)
4.8/5
(40)
Correct Answer:
Encapsulation
The programmer determines the fields and methods of an object and creates the ______ code.
(Multiple Choice)
4.7/5
(36)
____________________ allows a new class to extend an existing class.
(Multiple Choice)
4.8/5
(38)
What type of programming is centered on the procedures or actions that take place in a program?
(Multiple Choice)
4.8/5
(38)
Procedures,typically,operate on data items that are within the procedure.
(True/False)
4.8/5
(41)
____________ programming is a method of writing software where it is centered on the procedures or actions that take place in a program.
(Short Answer)
4.8/5
(37)
____________ refers to an object's ability to hide its data from code that is outside the object.
(Short Answer)
4.9/5
(38)
The procedures that the object performs are known as ____________.
(Multiple Choice)
4.7/5
(34)
The object's ___________ are the modules and functions of the object.
(Short Answer)
4.9/5
(36)
What type of programming encapsulates data and functions together in an object?
(Multiple Choice)
4.9/5
(34)
Which of the following are contained in a UML diagram for a class?
(Multiple Choice)
4.8/5
(31)
________________________ is a standard way of drawing diagrams that describe object-oriented systems.
(Multiple Choice)
4.8/5
(44)
In a UML diagram what character do you place in front of a field of method name to indicate it is public?
(Multiple Choice)
4.8/5
(32)
The separation of data and the code that operates on the data can lead to problems as a program becomes larger and more complex.
(Short Answer)
4.9/5
(37)
Which method is called automatically when an object is created?
(Multiple Choice)
4.8/5
(41)
A method that gets a value from a class's field but does not change it is known as a(n)____________ method.
(Short Answer)
4.8/5
(42)
Showing 1 - 20 of 43
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)