Why not we make Class Static Member Function Constant...
because static member function should not be declared with a memory- model specifier.
Here const is a memory modal specifier.
So we can't declare a static member function with const specifier.
Thanks For reply "M.Sivadhas "
as a get a new terminology ........(MEMORY MODEL SPECIFIER)
but OOP is a new course for me i donot know abt this terminology can u explain this further.
Comment