Static member function cannot invalid non static member function
Answers
Answered by
2
Static member function may still be called if const_cast is applied or through an access path that does not involve this.
Similar questions