Exam 5: Object-Oriented Programming
Exam 1: Introduction50 Questions
Exam 2: Language Design Criteria50 Questions
Exam 3: Functional Programming50 Questions
Exam 4: Logic Programming50 Questions
Exam 5: Object-Oriented Programming50 Questions
Exam 6: Syntax50 Questions
Exam 7: Basic Semantics50 Questions
Exam 8: Data Types50 Questions
Exam 9: Control I - Expressions and Statements50 Questions
Exam 10: Control II - Procedures and Environments50 Questions
Exam 11: Abstract Data Types and Modules50 Questions
Exam 12: Formal Semantics50 Questions
Exam 13: Parallel Programming51 Questions
Select questions type
In C++,instance variables and methods are both called descriptors.
(True/False)
4.9/5
(33)
Referencing is the ability of a class to use the behavior and/or properties of classes above it in its hierarchy.
(True/False)
4.8/5
(34)
C++ member functions that are given implementations in a class declaration are automatically assumed to be inline.
(True/False)
4.7/5
(37)
____ binding is the binding of messages to methods based on the class of the receiver object.
(Multiple Choice)
4.7/5
(42)
The history of object-oriented programming languages begins in the 1960s with the Simula project.
(True/False)
4.8/5
(37)
Multiple inheritance in C++ ordinarily creates separate copies of each class on an inheritance path.
(True/False)
4.8/5
(34)
When a constructor calls another constructor,it is called constructor teaming.
(True/False)
4.9/5
(36)
Extending an object is one way that a software component can be modified for reuse.
(True/False)
4.9/5
(44)
Showing 41 - 50 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)