Hi,
method should declares and defines within the class only. so it has access controlling mechanism. used in oops.
function declares and defines anywhere in the code. it has not access controlling. used in structured language.
even behavior is same.

thanks