Question: The class MyClass, defined below, creates objects that point to a dynamic integer. class Myclass 1 // overloaded insertion operator public: MyClass(); // other functions

The class MyClass, defined below, creates objects that point to a dynamic integer. class Myclass 1 // overloaded insertion operator public: MyClass(); // other functions - MyClass(); private: int *number; }; What is the appropriate declaration needed to overload the insertion operator? friend ostream& operator
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
