Solved

Given the Following Code Namespace GlobalType

Question 46

Multiple Choice

Given the following code namespace globalType
{
Void printResult() ;
}
Which of the following statements is needed to access printResult?


A) globalType.printResult() ;
B) globalType.printResult;
C) globalType::printResult() ;
D) globalType:printResult() ;

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions