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
Another important concept in object-oriented programming is ________,which is the process of acquiring the traits of one's predecessors.
(Short Answer)
4.8/5
(41)
The data components of a class that belong to every instantiated object are the class's ____.
(Multiple Choice)
4.9/5
(41)
Object-oriented programmers sometimes say an object is one ____ of a class.
(Multiple Choice)
4.9/5
(39)
Match each term with a statement below.
-The characteristics that define an object as part of a class
(Multiple Choice)
4.7/5
(36)
A ____ is a set of program statements that lists the characteristics of each object and the methods each object can use.
(Multiple Choice)
4.8/5
(28)
When you think in an object-oriented manner,every object is a member of a more general ____.
(Multiple Choice)
4.7/5
(41)
Methods in object-oriented programs use sequence,selection,and looping structures and make use of arrays.
(True/False)
4.8/5
(37)
The purpose of a(n)____ is to return a value from the class to a client.
(Multiple Choice)
4.9/5
(41)
Match each term with a statement below.
-List the three parts of a class definition.
(Essay)
4.8/5
(42)
In addition to their attributes,classes have methods associated with them,and every object instantiated from a given class possesses different methods.
(True/False)
4.8/5
(37)
The purpose of ____ is to set or change the values of data fields defined within the class.
(Multiple Choice)
4.8/5
(45)
Match each term with a statement below.
-Explain what private access means in object-oriented programming.
(Essay)
4.8/5
(31)
Match each term with a statement below.
-Discuss why it is helpful to think of items as instances of a class.
(Essay)
4.8/5
(36)
Object-oriented programmers usually specify that their data fields will have private access.
(True/False)
4.8/5
(37)
When methods have ____,other programs and methods may use the methods to get access to the private data.
(Multiple Choice)
4.9/5
(36)
In older object-oriented programming languages,simple numbers and characters are said to be ____ data types.
(Multiple Choice)
4.9/5
(43)
Showing 21 - 40 of 60
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)