Solved

Given the Following Function Declaration

Question 16

Multiple Choice

Given the following function declaration,
Friend void displayconst myClass& object) ;
Which is the correct header for the definition of the function?


A) void myClass::displayconst myClass& object)
B) void displayconst myClass& object)
C) friend void displayconst myClass& object) ;
D) friend void displayconst myClass& object)

Correct Answer:

verifed

Verified

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

Related Questions