class functions
{
int addnum(int x,int y) {return (x - y)};

}

is the last part of addnum function inline ?