Exam 15: A Brief Introduction to C++

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

When using inheritance, the initial class is known as the ____.

(Multiple Choice)
4.9/5
(31)

Generic data types are available in C++ through the ____ library.

(Multiple Choice)
4.8/5
(33)

____ permits the same operation to invoke one set of results on data values of a base class and a different set of results on data values of a derived class.

(Multiple Choice)
4.7/5
(42)

____ can be used instead of '\n' in C++.

(Multiple Choice)
4.8/5
(43)

A ____ is a completely new data type that incorporates all of the data values and operations of one class with new data and operations that create a different and expanded class.

(Multiple Choice)
4.9/5
(34)

C++'s endl is equivalent to C's newline sequence '\n' followed by a(n) ____ function call.

(Multiple Choice)
4.8/5
(39)

C++ uses newl to signify a new line.

(True/False)
4.7/5
(38)

____ is the ability to create programmer-defined data types.

(Multiple Choice)
4.8/5
(33)

In a class, values defined for the data type can only be accessed and operated on by functions specified as part of the class.

(True/False)
4.8/5
(40)
Showing 41 - 49 of 49
close modal

Filters

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