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
Object-oriented programmers also use the term ____ when describing inheritance.
(Multiple Choice)
4.7/5
(39)
Match each term with a statement below.
-The process of combining all of an object's attributes and methods into a single package
(Multiple Choice)
4.8/5
(42)
In most programming languages,you use the word ____ when you want to declare a static class member.
(Multiple Choice)
4.8/5
(34)
Match each term with a statement below.
-Describes a group or collection of objects with common attributes
(Multiple Choice)
4.8/5
(35)
When you think in an object-oriented manner,everything is a(n)____________________.
(Short Answer)
4.8/5
(35)
A(n)____ is a program or class that instantiates objects of another prewritten class.
(Multiple Choice)
4.9/5
(33)
List the two identifiers within a method that always mean exactly the same thing when you write an instance method in a class.
(Essay)
4.8/5
(41)
Match each term with a statement below.
-The data components of a class that belong to every instantiated object
(Multiple Choice)
4.7/5
(41)
Match each term with a statement below.
-The process of acquiring the traits of one's predecessors
(Multiple Choice)
4.7/5
(34)
Objects both in the real world and in object-oriented programming contain ____ and methods.
(Multiple Choice)
4.9/5
(26)
Match each term with a statement below.
-Discuss why the reusability of a class makes it useful.
(Essay)
4.8/5
(38)
____ is a programming model that focuses on an application's components and data and methods the components use.
(Multiple Choice)
4.9/5
(32)
Match each term with a statement below.
-An instance of a class
(Multiple Choice)
4.7/5
(24)
Instance variables are often called ____ to help distinguish them from other variables you might use.
(Multiple Choice)
4.9/5
(35)
____________________ is the process of combining all of an object's attributes and methods into a single package.
(Short Answer)
4.8/5
(32)
The term ____ implies that the type's data is private and can be accessed only through methods.
(Multiple Choice)
4.9/5
(36)
A(n)____ is the adjective that defines the type of access (public or private)outside classes will have to the attribute or method.
(Multiple Choice)
4.9/5
(35)
Showing 41 - 60 of 60
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)