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...
Which of the following tools can an attacker use to obtain a SID if he knows the account name?
a. USER2SID b. SID2USER c. DumpSec d. Net view
Computer Science & Information Technology
The site definition is stored ____.
A. in the Windows Registry B. in the Web site C. in the site map D. on the Web server
Computer Science & Information Technology