Computer Science, asked by felistaakonaay2432, 1 year ago

Static member function cannot invalid non static member function

Answers

Answered by kirtikarathore151
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