Answer the following questions true (T) or false (F)

1. A class template cannot be derived from a class template.

2. A non-template class can be derived from a class template instantiation.


1. False
Explanation: The example provided in the text in Display 16.8 is an example that the statement is false.
2. True
Explanation: This is ordinary inheritance.

Computer Science & Information Technology

You might also like to view...

Explain why reversing the order of the lines ‘R-deliver m’ and ‘if (q p ? ) then B-multicast(g, m); end if’ in Figure 11.10makes the algorithm no longer satisfy uniform agreement. Does the reliable multicast algorithm based on IP multicast satisfy uniform agreement?

What will be an ideal response?

Computer Science & Information Technology

When you delete records in Access and save:

A) you can use the Redo button to restore a record. B) there is no warning message. C) you can use the Undo button to restore a record. D) any records deleted by mistake must be reentered.

Computer Science & Information Technology

________ are used in the Relationships window to establish a relationship between two tables

Fill in the blank(s) with correct word

Computer Science & Information Technology

Which of the following modes of opening a database allows shared use of the database and full access to all objects?

A) Open B) Open Read-Only C) Open Exclusive D) Open Exclusive Read-Only

Computer Science & Information Technology