Exam 10: Classes: a Deeper Look, Part 2

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

If Americans are objects of the same class, which of the following attributes would most likely be represented by a static variable of that class?

Free
(Multiple Choice)
4.8/5
(35)
Correct Answer:
Verified

B

If the line: Friend class A; Appears in class B, and the line: Friend class B; Appears in class C, then:

Free
(Multiple Choice)
4.8/5
(45)
Correct Answer:
Verified

B

Assume that t is an object of class Test, which has member functions a), b), c) and d). If the functions a), b) and c) all return references to an object of class Test using the dereferenced this pointer) and function d) returns void, which of the following statements will not produce a syntax error:

Free
(Multiple Choice)
4.9/5
(26)
Correct Answer:
Verified

A

Which of the following are true about an abstract data type? I. Captures a data representation. II. Defines the operations that are allowed on its data. III. Replaces structured programming.

(Multiple Choice)
4.9/5
(43)

When composition one object having another object as a member) is used:

(Multiple Choice)
4.8/5
(30)

For a non-constant member function of class Test, the this pointer has type:

(Multiple Choice)
4.9/5
(32)

Which of the following is not true about friend functions and friend classes?

(Multiple Choice)
4.9/5
(41)

Inside a function definition for a member function of an object with data element x, which of the following is not equivalent to this->x:

(Multiple Choice)
4.9/5
(36)

Which of the following statements will not produce a syntax error?

(Multiple Choice)
4.8/5
(40)

Which of the following is not an abstract data type?

(Multiple Choice)
4.8/5
(30)

Increment i ) { Count = c; } Does not cause any compilation errors. This tells you that:

(Multiple Choice)
4.9/5
(35)

An error occurs if:

(Multiple Choice)
4.8/5
(41)

Static member functions:

(Multiple Choice)
4.9/5
(36)

The numbers 3, 2, 5, 7 are enqueued in a queue in that order, then three numbers are dequeued, and finally 3, 7, 9, 4 are enqueued in that order. What is the first number in the queue the next number to be dequeued)?

(Multiple Choice)
4.9/5
(39)

Static data members of a certain class:

(Multiple Choice)
4.8/5
(37)
close modal

Filters

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