The correct choice is (b) Static member functions can’t be overloaded
The explanation is: The static member functions can’t be overloaded because the definition must be the same for all the instances of a class. If an overloaded function have many definitions, none of them can be made static.