Exam 12: Pointers, Classes, Virtual Functions, Abstract Classes, and Lists

arrow
  • Select Tags
search iconSearch Question
  • Select Tags

What does these terms refer to: - \gg Dynamic array:

(Short Answer)
4.7/5
(29)

What does these terms refer to: - \gg List:

(Short Answer)
4.9/5
(41)

What does these terms refer to: - \gg Member access operator arrow (->):

(Short Answer)
4.8/5
(40)

If p is a pointer of type int, what is the result of the statement p++;

(Short Answer)
4.8/5
(32)

Variables that are created during program execution are called ____________________ variables.

(Short Answer)
4.8/5
(32)

Dynamic memory must be deallocated with the operator ____________________.

(Short Answer)
4.9/5
(40)

C++ provides default member-wise initialization of objects that are initialized with the value of an existing object with the ____________________.

(Short Answer)
4.8/5
(39)

What does these terms refer to: - \gg Length:

(Short Answer)
4.9/5
(28)

What does these terms refer to: - \gg Unordered list:

(Short Answer)
4.7/5
(40)

What does these terms refer to: - \gg Unordered set:

(Short Answer)
4.8/5
(42)

What is the purpose of the member access operator arrow?

(Short Answer)
4.7/5
(42)

What does these terms refer to: - \gg Abstract class:

(Short Answer)
4.8/5
(30)

To create a dynamic array, you use the second form of the ____________________ operator.

(Short Answer)
4.7/5
(33)

What does these terms refer to: - \gg Virtual functions:

(Short Answer)
4.9/5
(39)

Write an equivalent statement to the following: studentPtr->gpa = 3.9;

(Short Answer)
4.9/5
(42)

List the operations that can be performed on pointer variables.

(Short Answer)
4.8/5
(41)

What does these terms refer to: - \gg Deep copy:

(Short Answer)
4.7/5
(37)

What is meant by a shallow copy?

(Short Answer)
5.0/5
(44)

What does these terms refer to: - \gg Address of operator (&):

(Short Answer)
4.7/5
(35)

In dynamic binding, the necessary code to call a specific function is generated by the compiler.

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

Filters

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