Hi, > The real problem is the assumption when a private function is created. > Protected and Public functions are under the assumption that the user will > give incorrect data and the data needs to go through sanity checks / bounds > checks / etc.
Also true for a lot of public functions as well. Justin