Just a simple question:
Is there any difference between a static public member function and a static private member function?
Thanks
This is a discussion on Static private function within the C++ Programming forums, part of the General Programming Boards category; Just a simple question: Is there any difference between a static public member function and a static private member function? ...
Just a simple question:
Is there any difference between a static public member function and a static private member function?
Thanks
Yes. One is public and the other is private.
Right 98% of the time, and don't care about the other 3%.
lol.Originally Posted by grumpy
Welcome syzygy. static modifier does not change their accessibility.
Learn C++ (C++ Books, C Books, FAQ, Forum Search)
Code painter latest version on sourceforge DOWNLOAD NOW!
Download FSB Data Integrity Tester.
Siavosh K C