Please implement the add function in the class implement.
int implement::add(int,int)
which will return the sum of 2 integer variable.
Note that you don't need to consider the overflow of int data type.
You must #include "function.h"