Exam 14: More About Classes

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

You can overload the conditional operator to make it function as an unconditional operator.

(True/False)
4.7/5
(34)

C++ requires that a copy constructor's parameter be a(n)

(Multiple Choice)
4.8/5
(32)

By default, when an object is assigned to another object, each member of one object is copied to its counterpart in the other object.

(True/False)
4.8/5
(31)

In C++11 values that persist beyond the statement that created them and have names that make them accessible to other statements in the program are called

(Multiple Choice)
4.8/5
(34)

C++ permits you to overload the sizeof operator and the this pointer.

(True/False)
4.8/5
(30)

If you do not furnish a(n) __________, an automatic memberwise copy will be performed when one object is assigned to another object.

(Multiple Choice)
4.8/5
(34)
Showing 41 - 46 of 46
close modal

Filters

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