Skip to Content
0
Former Member
Nov 30, 2011 at 10:40 AM

How effective is a Function Call Inside a Method

31 Views

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?