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:

a. t.a().b().d();
b. a().b().t;
c. t.d().c();
d. t.a().t.d();


a. t.a().b().d();

Computer Science & Information Technology

You might also like to view...

A waveform is a graphical representation of the _____ fluctuations of a sound wave.

A. pressure–time B. space–time C. pressure–space

Computer Science & Information Technology

A button that plays a sound and shakes the message window of everyone participating in your online conversation is called a:

A) wave B) shake C) wink D) nudge

Computer Science & Information Technology

To make a presentation size smaller, ________ the pictures

Fill in the blank(s) with correct word

Computer Science & Information Technology

Dsadd enables you to automate the creation of new accounts by importing data to AD DS from files containing information in the comma-separated (CSV) format

Indicate whether the statement is true or false

Computer Science & Information Technology