Private Helpers

Private Helpers

These are private functions that are used in the background to carry out tasks. The user will not be able access the functions at all, to the users these functions do not exist.

private:
	int MaxOfPair(int num1, int num2) const; // Private helper fct