Question #315958

Modify the program from number 1 by adding a class and apply the "outside of a class function". 20 points

Expert's answer

class MyClass
{
public:
	void outside()
	{
		cout << "outside of a class function" << endl;
	}
};

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

LATEST TUTORIALS
APPROVED BY CLIENTS