Exam 10: Object-Oriented Programming
Exam 1: An Overview of Computers and Programming60 Questions
Exam 2: Elements of High-Quality Programs59 Questions
Exam 3: Understanding Structure60 Questions
Exam 4: Making Decisions60 Questions
Exam 5: Looping59 Questions
Exam 6: Arrays60 Questions
Exam 7: File Handling and Applications59 Questions
Exam 8: Advanced Data Handling Concepts60 Questions
Exam 9: Advanced Modularization Techniques60 Questions
Exam 10: Object-Oriented Programming60 Questions
Exam 11: More Object-Oriented Programming Concepts60 Questions
Exam 12: Event-Driven Gui Programming, Multithreading, and Animation60 Questions
Select questions type
Match each term with a statement below.
-A program or class that instantiates objects of another prewritten class
Free
(Multiple Choice)
4.9/5
(35)
Correct Answer:
B
No object is necessary with a static method.
Free
(True/False)
4.8/5
(43)
Correct Answer:
True
Match each term with a statement below.
-The concept that other classes should not alter an object's attributes-only the methods of an object's own class should have that privilege
Free
(Multiple Choice)
4.9/5
(39)
Correct Answer:
E
Within any object-oriented program,you continuously make requests to an object's methods,often including arguments as part of those requests.
(True/False)
4.8/5
(39)
Match each term with a statement below.
-Simple numbers and characters
(Multiple Choice)
4.9/5
(34)
A(n)____ consists of a rectangle divided into three sections.
(Multiple Choice)
4.7/5
(36)
The process of combining all of an object's attributes and methods into a single package is ____.
(Multiple Choice)
4.9/5
(44)
Match each term with a statement below.
-Describe what class diagrams list by convention.
(Essay)
4.8/5
(36)
Match each term with a statement below.
-Explain encapsulation and information hiding.
(Essay)
4.8/5
(38)
Class diagrams consists of a rectangle divided into three sections.
(True/False)
4.8/5
(38)
Match each term with a statement below.
-List five important features of object-oriented languages.
(Essay)
4.8/5
(34)
A program or class that instantiates objects of another prewritten class is a ____________________ .
(Short Answer)
4.9/5
(34)
____ methods are methods that exist to be used with an object created from a class.
(Multiple Choice)
4.8/5
(39)
Match each term with a statement below.
-The set of all the values or contents of a class object's instance variables
(Multiple Choice)
4.9/5
(35)
Showing 1 - 20 of 60
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)