A _____________ _____________ can access the “private” and“protected” members of the class in which it is declared as afriend.
In general, a c++ _____________ is a container for a set ofidentifiers and allows the disambiguation of homonym identifiersresiding in different containers. The purpose is to help programsmanage the problem of global container.
Java classes allocated from the ________ and accessed throughreference variables.
Answer
1) friend class2) namespace3) heap