Exam 11: More Object Oriented Programming Concepts
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
Code that has already been tested and used in a variety of situations is said to be ____.
(Multiple Choice)
4.8/5
(38)
In several languages, the visual development environment is known by the acronym ____.
(Multiple Choice)
4.8/5
(33)
When using ____________________, you can develop new classes more quickly by extending classes that already exist and work.
(Short Answer)
4.9/5
(43)
Libraries, collections of classes that serve related purposes, are also called ____________________.
(Short Answer)
4.9/5
(31)
In OOP languages, a default constructor is created automatically by the compiler for every class you write.
(True/False)
4.8/5
(32)
In traditional programming, probably the most often used error-handling outcome was to ____.
(Multiple Choice)
4.8/5
(37)
A derived class always ____ case or instance of the more general base class.
(Multiple Choice)
4.9/5
(39)
When a data field within a class is ____, no outside class can use it-including a child class.
(Multiple Choice)
4.8/5
(34)
A method's name and a list of argument types together are its ____.
(Multiple Choice)
4.8/5
(43)
By using standard component classes, programmers are assured that the GUI components in their programs have the same look and feel as those in other programs.
(True/False)
4.7/5
(42)
____________________ 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.8/5
(34)
The capability to inherit from more than one class is called ____ inheritance.
(Multiple Choice)
4.9/5
(35)
It makes sense that a parent class object has access to its child's data and methods.
(True/False)
4.8/5
(39)
A class that is used as a basis for inheritance is called a ____ class or a superclass.
(Multiple Choice)
4.9/5
(37)
The built-in Exception s in a programming language can cover every condition that might be an Exception in your applications.
(True/False)
4.9/5
(35)
Showing 21 - 40 of 51
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)