From: Jim K. <ji...@ji...> - 2003-10-17 23:58:42
|
I was thinking that all private methods (class VIs that are not public methods) should check their call chain to make sure that they are called only by their own class (or their child/parent in some cases)? This would be nice way to enforce encapsulation. Any thoughts? -Jim |