Performance difference of making class object then calling function vs using static function with scope resolution operator

后端 未结 0 1033
无人及你
无人及你 2021-01-29 19:18

Is there a performance difference (memory and speed both being considered no matter how big or small) if you do this:

ClassA a;
a.functionb();

vs

相关标签:
回答
  • 消灭零回复
提交回复
热议问题