Hi,
My lecturer just told me off for using private methods in my class (c++)
I always thought that if you just wanted a function inside your class that is only called internally from a public method (ie the client developer should not call it) then it can be private.
Anyones opinions ?
Rich.
"Programmers are tools for converting caffeine into code - BSRF"
My lecturer just told me off for using private methods in my class (c++)
I always thought that if you just wanted a function inside your class that is only called internally from a public method (ie the client developer should not call it) then it can be private.
Anyones opinions ?
Rich.
"Programmers are tools for converting caffeine into code - BSRF"