In this video, we will learn how to define member function outside class in C++. Write a class Array that contains an array of integers to store five values. It also contains the following member functions defined outside the class: • The fill() function is used to fill the array with values from the user. • The display() function is used to display the values of array. • The max() function shows the maximum value in the array. • The min() function shows the minimum value in the array. Step by step explanation. Easy to follow and understand. https://www.itseriestutor.com / itseriestutor #itseries#CPP#OOP