Exam 10: Object Oriented Programming
Exam 1: An Overview of Computers and Proramming51 Questions
Exam 2: Elements of High Quality Programs51 Questions
Exam 3: Understanding Structure51 Questions
Exam 4: Making Decisions51 Questions
Exam 5: Looping51 Questions
Exam 6: Arrays51 Questions
Exam 7: File Handling and Applications51 Questions
Exam 8: Advanced Data Handling Techniques51 Questions
Exam 9: Advanced Modularization Techniques51 Questions
Exam 10: Object Oriented Programming51 Questions
Exam 11: More Object Oriented Programming Concepts51 Questions
Exam 12: Event Driven Gui Programming Multithreading and Animation51 Questions
Exam 13: System Modeling With the Uml51 Questions
Exam 14: Using Relational Databases51 Questions
Select questions type
Discuss static methods.
Free
(Essay)
4.7/5
(48)
Correct Answer:
Static methods, also called class methods, are those for which no object needs to exist. Static methods do not receive a this reference as an implicit parameter. Typically, static methods include the word static in the method header. (Java, C#, and C++ use the keyword static. In Visual Basic, the keyword Shared is used in place of static.
When methods have ____, other programs and methods may use the methods to get access to the private data.
Free
(Multiple Choice)
4.9/5
(47)
Correct Answer:
B
____________________ is the process of combining all of an object's attributes and methods into a single package.
Free
(Short Answer)
4.8/5
(35)
Correct Answer:
Encapsulation
The data components of a class that belong to every instantiated object are the class's ____.
(Multiple Choice)
4.9/5
(40)
Object-oriented programmers sometimes say an object is one ____ of a class.
(Multiple Choice)
4.8/5
(41)
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.7/5
(30)
In most programming languages, you use the word ____ when you want to declare a static class member.
(Multiple Choice)
4.7/5
(40)
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
(42)
____ methods are methods that exist to be used with an object created from a class.
(Multiple Choice)
4.8/5
(38)
Object-oriented programmers also use the term ____ when describing inheritance.
(Multiple Choice)
4.9/5
(33)
____ is a programming model that focuses on an application's components and data and the methods you need to manipulate them.
(Multiple Choice)
4.9/5
(37)
When you think in an object-oriented manner, everything is a(n) ____________________.
(Short Answer)
4.9/5
(24)
Match each term with a statement below.
Correct Answer:
Premises:
Responses:
(Matching)
4.9/5
(46)
Showing 1 - 20 of 51
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)