Exam 11: More Object-Oriented Programming Concepts
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
Code that has already been tested and used in a variety of situations is said to be ____.
(Multiple Choice)
4.8/5
(40)
Programmers use the phrase ____ to describe what happens when worthless or invalid input causes inaccurate or unrealistic results.
(Multiple Choice)
4.8/5
(39)
If an exception is thrown,it is passed to a block of code that can ____,which means to receive it in a block that can handle the problem.
(Multiple Choice)
4.8/5
(32)
In traditional programming,probably the most often used error-handling outcome was to ____.
(Multiple Choice)
4.9/5
(43)
It makes sense that a parent class object has access to its child's data and methods.
(True/False)
4.8/5
(46)
Match each term with a statement below.
-A method that has the same name as a class and that establishes an object
(Multiple Choice)
4.8/5
(33)
A class that is used as a basis for inheritance is called a ____ class or a superclass.
(Multiple Choice)
4.8/5
(37)
In OOP languages,a default constructor is created automatically by the compiler for every class you write.
(True/False)
4.8/5
(43)
An abstract class is one from which you can create any concrete objects and from which you can inherit.
(True/False)
4.9/5
(36)
When using ____________________,you can develop new classes more quickly by extending classes that already exist and work.
(Short Answer)
4.9/5
(38)
____________________ is the mechanism by which a child class method is used by default when a parent class contains a method with the same signature.
(Short Answer)
4.7/5
(39)
In some programming languages,such as C#,Visual Basic,and Java,every class you create is a child of one ultimate base class,often called the ____ class.
(Multiple Choice)
4.8/5
(35)
Match each term with a statement below.
-Used when you want no outside classes to be able to use a data field,except classes that are children of the original class
(Multiple Choice)
4.9/5
(43)
Match each term with a statement below.
-A class from which you cannot create any concrete objects,but from which you can inherit
(Multiple Choice)
4.9/5
(28)
In several languages,the visual development environment is known by the acronym ____.
(Multiple Choice)
4.8/5
(31)
When properly used,inheritance always involves a ____ relationship.
(Multiple Choice)
4.8/5
(41)
Libraries,collections of classes that serve related purposes,are also called ____________________.
(Short Answer)
4.9/5
(34)
Showing 21 - 40 of 60
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)