Assume that the following function prototype is provided in the declaration of a class named Myclass:
virtual void input(istream&);
Which of the following is a valid function header for this prototype?
a. virtual void input(istream& in)
b. virtual void Myclass::input(istream& in)
c. void Myclass::input(istream& in)
d. void input(istream& in)
e. void Myclass::virtual input(istream& in)
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.