A Aaron Sep 13, 2004 #1 Is there any performance difference between a public method and a private method? Or the difference is just the scope? Thanks Aaron
Is there any performance difference between a public method and a private method? Or the difference is just the scope? Thanks Aaron
N Nick Malik Sep 13, 2004 #2 There is no performance difference. This is a design choice dealing with the ability of an object to hide members, and has no effect on performance. --- Nick
There is no performance difference. This is a design choice dealing with the ability of an object to hide members, and has no effect on performance. --- Nick