Given the following function declaration,

friend void display(const myClass& object);
which is the correct header for the definition of the function?
a. void myClass::display(const myClass& object)
b. void display(const myClass& object)
c. friend void display(const myClass& object);
d. friend void display(const myClass& object)

b. void display(const myClass& object)

Computer Science & Information Technology

You might also like to view...

The _______ component enables a user to select from a range of integer values.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Both the Pen tool and the Freeform Pen tool can be used to create a path.

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

Computer Science & Information Technology