The internal pointer is deleted once the last ________ to the resource is destroyed.
a. smart pointer
b. shared_ptr
c. weak_ptr
d. link
b. shared_ptr
You might also like to view...
If you have defined a class, SavingsAccount, with a public static method, getNumberOfAccounts, and created a SavingsAccount object referenced by the variable account20, which of the following will call the getNumberOfAccounts method?
a. account20.getNumberOfAccounts(); b. SavingsAccount.getNumberOfAccounts(); c. getNumberOfAccounts(); d. SavingsAccount.account20.getNumberOfAccounts();
Some apps are known as ________ tiles because they display up-to-date information inside the tile
A) dynamic B) interactive C) active D) live
To ensure that almost anyone will be able to open a document, you can save the document in Rich Text Format
Indicate whether the statement is true or false
____ is an example of a string.
A. ‘a' B. {‘s', ‘t', ‘r', ‘i', ‘n', ‘g'} C. "\n" D. ‘This is a string.'