L
Lieven De Foor
Guest
When a private method in a class has no dependencies on any instance members, you can declare it private static. In some languages this could (theoretically) improve performance ( Performance of using static methods vs instantiating the class containing the methods ). Is this the case as well in ABL or is replacing private by private static (when possible) of no use?
Continue reading...
Continue reading...