Answer the following questions true (T) or false (F)
1. A friend class is made to further a sense of community among the students.
2. A tree is a recursive structure.
1. False
Explanation: Making class F a friend of class C is the equivalent of making every member function of F a friend of class C. The purpose is to grant to F’s member functions access to C’s private data members.
2. True
Explanation: Each tree is composed of two subtrees whose root node are the nodes pointed to by leftLink and rightLink of the root node.
You might also like to view...
Which of the following e-payment methods stores funds on an integrated circuit chip in the card?
a. mobile payment b. prepaid card c. stored value card d. Internet payment
The software in a virtualized environment that controls resource allocation and allows multiple operating system guests to run on the same physical platform is known as the:
A. hypervisor. B. LPAR. C. broker. D. VDI.