Friends, please correct me if I am wrong here, its just out of curiosity that I am asking this question.
Methods are better than FM bcoz when you call the FM the instance of the function group plus its data is loaded into the memory and which does not happen when call a method of the class.
So my question is how effective is calling a FM inside a method, does OOPS loses some of its advantage when we do so?