Exam 5: Object-Oriented Programming

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

In C++,instance variables and methods are both called descriptors.

(True/False)
4.9/5
(33)

C++ has built-in garbage collection.

(True/False)
4.9/5
(38)

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)

In Smalltalk,____ messages expect no arguments.

(Multiple Choice)
4.9/5
(41)

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
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)