in reply to lock a method or functinoality to class & subclass

Name the method beginning with an initial underscore, which is usually an indication that it's an internal or restriction function.

Then, either don't document it, or document it with "for friend classes only".

Do not use force. Force doesn't work. If you don't trust other programmers, you shouldn't be programming.

  • Comment on Re: lock a method or functinoality to class & subclass